UnRegisterEventNotification

Cancels a previous registration for event notification.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <event.h> 
   
  int UnRegisterEventNotification (
     event_handle_t   handle);
  

Parameters

handle

(IN) Specifies the event handle returned from RegisterForEventNotification. Do not pass NULL or 0.

Return Values

If successful, returns 0. Otherwise, returns a nonzero error code.

See Also

RegisterForEventNotification