This structure is the target buffer table for the PARM_NOTIFY data structure.
typedef struct _ETGTBUFTAB { PVOID pBuffer; /* Pointer to buffer. */ ULONG ulBufId; /* Buffer ID. */ ULONG ulLength; /* Buffer length. */ ULONG ulMessageParm; /* Message passed to application. */ MMTIME mmtimeOffset; /* MMTIME offset from beginning of buffer. */ ULONG ulParm1; /* Buffer-specific data. */ ULONG ulParm2; /* Buffer-specific data. */ } ETGTBUFTAB; typedef ETGTBUFTAB FAR * PETGTBUFTAB ;