AESProcessStructure

Defines a process to be called by the Asynchronous Scheduler (AES)

Service:Advanced
Defined In:nwadv.h

Structure

  struct AESProcessStructure {  
     struct AESProcessStructure   *ALink ;   
     LONG                          AWakeUpDelayAmount ;  
     LONG                          AWakeUpTime ;     
     void                          (*AProcessToCall) (void *);    
     LONG                          ARTag ;  
     LONG                          AOldLink ;   
  } 
  

Fields

Alink

Points to set by AES.

AWakeUpDelayAmount

Specifies the number of ticks to wait (developer-defined).

AWakeUpTime

Specifies set by AES.

AProcessToCall

Points to the function to call (developer-defined).

ARTag

Specifies the resource tag (developer-defined).

AOldLink

Specifies set this field to NULL.