AM_WMT_EVENT_DATA Structure

 
Microsoft DirectShow 9.0

AM_WMT_EVENT_DATA Structure

The AM_WMT_EVENT_DATA structure contains information pertaining to a EC_WMT_EVENT event.

Syntax

typedef struct {
    HRESULT hrStatus;
    void *pData;
} AM_WMT_EVENT_DATA;

Members

hrStatus

The status code returned by the Windows Media Format SDK.

pData

Pointer whose data is dependent on the value of the WMT_STATUS message  in lParam1 of the EC_WMT_EVENT event.

Remarks

This structure is relevant when using the WM ASF Reader filter to read files protected with Digital Rights Management.

Requirements

  Header: Dshow.h.

See Also