SHD_REPORTEVENT

This data structure contains fields for the SHD_REPORT_EVENT message.

typedef struct _shd_reportevent_parm {
  ULONG       ulFunction;    /*  Function requested by PDD. */
  HSTREAM     hStream;       /*  Stream handle. */
  HEVENT      hEvent;        /*  Event handle. */
  ULONG       ulStreamTime;  /*  Time in milliseconds of stream position. */
} SHD_REPORTEVENT;

typedef   SHD _ REPORTEVENT   * PSHD _ REPORTEVENT ;


[Back: SHD_COMMON Field - hStream]
[Next: SHD_REPORTEVENT Field - ulFunction]