CancelNoSleepAESProcessEvent

Cancels a previously scheduled event

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

Syntax

  #include <nwthread.h>  
   
  extern void CancelNoSleepAESProcessEvent  (  
     struct AESProcessStructure   *EventNode); 
  

Parameters

EventNode

(IN) Points to an AESProcessStructure which describes the event to be cancelled.

Remarks

The EventNode should have been used in a previous call to ScheduleNoSleepAESProcessEvent.

See Also

CancelSleepAESProcessEvent, ScheduleNoSleepAESProcessEvent