Header block for an event notification filter structure.
typedef struct _HEADERBLOCK { PSUBBLOCK pSubblock; struct _HEADERBLOCK *pNextBlock; } HEADERBLOCK; typedef HEADERBLOCK * PHEADERBLOCK ;