property CreateNamedPipeClientObject.
Creates a named pipe based client object.
HRESULT CreateNamedPipeClientObject(
long * pVal
long *
pVal
);
[out, retval] The returned value is a handle of client object.
S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.
IAPI