Jump to content

SHD REPORTEVENT

From EDM2

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;