IAPI::EnumActiveNamedPipeClientObject

property EnumActiveNamedPipeClientObject.

Enumerates and retrieves active client objects. Call this property into a loop to gather all active clients

 

HRESULT EnumActiveNamedPipeClientObject(
  long hNamedPipeServerObject,
  long *pVal
);

Parameters

hNamedPipeServerObject

[in] .   Handle of named pipe server.

pVal

[out, retval] The returned value is a handle of client object or 0 if end of list.

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI