IAPI::SocketSplittedPackets

property SocketSplittedPackets.

Retrieves the number of received packets but splitted.

 

HRESULT SocketSplittedPackets(
  long hSocketClientObject,
  long *pVal
);

Parameters

hSocketClientObject

[in,defaultvalue(0)]

.  Handle of socket object.

pVal

[out, retval] The returned value is a long value.

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