MSG_REPORTEVENT

This structure contains fields for the SHC_REPORT_EVENT message (passed with SpiSendMsg).

typedef struct _MSG_REPORTEVENT {
  ULONG      ulMsgLen;      /*  Length of structure. */
  HEVENT     hevent;        /*  Event handle. */
  ULONG      ulStreamTime;  /*  Time in milliseconds of stream position. */
} MSG_REPORTEVENT;

typedef   MSG _ REPORTEVENT   FAR   * PMSG _ REPORTEVENT ;


[Back: MSG_COMMON Field - ulMsgLen]
[Next: MSG_REPORTEVENT Field - ulMsgLen]