Version

typedef struct
{
DWORD id; /* Event code (and source service ID) */ CTAHD ctahd; /* CT Access context handle */ DWORD timestamp; /* Timestamp */ DWORD userid; /* User-supplied ID */ DWORD size; /* Size of buffer if buffer is not NULL */ /* otherwise, may contain event-specific data */ void *buffer; /* Buffer pointer */ DWORD value; /* Event status or event-specific data */ DWORD objHd; /* Service client side object handle */ } CTA_EVENT;


Version