UnregisterForEvent

Cancels a previous registration for event notification

Local Servers:blocking
Remote Servers:N/A
Classification:3.x, 4.x, 5.x, 6.x
Service:Advanced

Syntax

  #include <nwadv.h>  
   
  int UnregisterForEvent  (  
     LONG   eventHandle); 
  

Parameters

eventHandle

(IN) Specifies the event handle that was returned by RegisterForEvent.

Return Values

This function returns a value of 0 if successful. Otherwise, it returns an error code (nonzero value).

See Also

RegisterForEvent