HEADERBLOCK: Difference between revisions
Appearance
Created page with "Header block for an event notification filter structure. <PRE> typedef struct _HEADERBLOCK { PSUBBLOCK pSubblock; struct _HEADERBLOCK *pNextBlock; } H..." |
(No difference)
|
Latest revision as of 17:38, 28 January 2018
Header block for an event notification filter structure.
typedef struct _HEADERBLOCK { PSUBBLOCK pSubblock; struct _HEADERBLOCK *pNextBlock; } HEADERBLOCK; typedef HEADERBLOCK * PHEADERBLOCK ;