DXVA_COPPStatusData structure (dxva9typ.h)
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
Contains the result from a Certified Output Protection Protocol (COPP) status request.
Syntax
typedef struct _DXVA_COPPStatusData {
GUID rApp;
ULONG dwFlags;
ULONG dwData;
ULONG ExtendedInfoValidMask;
ULONG ExtendedInfoData;
} DXVA_COPPStatusData;
Members
rApp
A 128-bit random number that was passed by the application in the AMCOPPStatusInput structure.
dwFlags
Status flag. See COPP_StatusFlags.
dwData
Response to the status query. The meaning of this value depends on the status request. For more information, see COPP Query Reference.
ExtendedInfoValidMask
Reserved. Must be zero.
ExtendedInfoData
Reserved. Must be zero.
Requirements
Requirement | Value |
---|---|
Header | dxva9typ.h (include Dxva.h) |