This structure is the target buffer table for the PARM_NOTIFY data structure.
typedef struct _TGTBUFTAB { PVOID pBuffer; /* Pointer to buffer. */ ULONG ulBufId; /* Buffer ID. */ ULONG ulLength; /* Buffer length. */ ULONG ulMessageParm; /* Message to passed to application. */ MMTIME mmtimeOffset; /* MMTIME offset from beginning of buffer. */ } TGTBUFTAB; typedef TGTBUFTAB FAR * PTGTBUFTAB ;