property EnumActiveSocketClientObject. ( Server side only )
Enumerates and retrieves active
client objects. Call this property into a loop to gather all active clients.
|
hSocketServerObject
[in] . Handle
of server object
pVal
[out,
retval] The returned value is a handle of client object or 0 if end of list.
S_OK
The
operation was successfull.
E_POINTER
A NULL pointer
was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.