REQUESTDATA

REQUESTDATA data structure.

typedef struct _REQUESTDATA {
  PID       pid;     /*  Process identifier of the process that placed the element into the queue. */
  ULONG     ulData;  /*  An event code that is specified by the application. */
} REQUESTDATA;

typedef   REQUESTDATA   * PREQUESTDATA ;


[Back: RegSA_struc Field - TR7Sav]
[Next: REQUESTDATA Field - pid]