Microsoft DirectX 9.0 |
The AM_WMT_EVENT_DATA structure contains information pertaining to a EC_WMT_EVENT and the associated status code returned by the Windows Media Format SDK.
Syntax
typedef struct {
HRESULT hrStatus;
void * pData; // event data
} 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. For more information, see EC_WMT_EVENT.
Remarks
This structure is relevant when using the WM ASF Reader filter to read files protected with Digital Rights Management.
See Also