IOCTL_COPP_Command control code

Performs an operation on a COPP DirectX VA device.

Input Parameters

The VIDEO_REQUEST_PACKET (VRP) InputBuffer contains information passed from the display driver. For example, the display driver can pass a pointer to a COPP_IO_InputBuffer structure defined as follows:

typedef struct {
    PVOID* ppThis;
    PVOID InputBuffer;
    HRESULT phr;
} COPP_IO_InputBuffer;

The ppThis member points to a pointer to the COPP DirectX VA device object on which an operation is performed. The InputBuffer member is set to a pointer to a DXVA_COPPCommand structure that describes the COPP command to perform. The phr member should be set to the value returned from the COPPCommand function.

Output Parameters

None

I/O Status Block

The miniport driver does not set the Information member of the STATUS_BLOCK structure.

Requirements

Version

This section applies only to Windows Server 2003 with SP1 and later, and Windows XP with SP2 and later.

See also

COPPCommand

DXVA_COPPCommand