Syntax |
BOOL FindCloseSocket ( HANDLE changeHandle);,
|
Description |
This function finishes looking for socket data. |
Comments |
The changeHandle input argument is the handle returned by the FindFirstSocketChangeNotification function. This function returns TRUE if successful, or FALSE if an error occurred. |
Example
HANDLE dwChangeHandle;
FindCloseSocket(dwChangeHandle);
Socket Status API functions. |