IAPI::CreateNamedPipeClientObject

property CreateNamedPipeClientObject.

Creates a named pipe based client object.

 

HRESULT CreateNamedPipeClientObject(
  long * pVal
);

Parameters

pVal

[out, retval] The returned value is a handle of client object.

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

See Also

IAPI