FindCloseSocketChangeNotification

Syntax

BOOL FindCloseSocketChangeNotification (

HANDLE changeHandle);

 

Description

This function closes the socket change notification.

Comments

The changeHandle input argument is the handle returned by the FindFirstSocketChangeNotification function.

There are no output arguments.

This function returns TRUE if successful, or FALSE on failure.

 

Example

HANDLE dwChangeHandle;

FindCloseSocketChangeNotification(dwChangeHandle);

More information

Socket Status API functions.