Jump to content

ETGTBUFTAB

From EDM2

This structure is the target buffer table for the PARM_NOTIFY data structure. It identifies the target buffer and provides associated metadata during notification events.

 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 ;