Defining the COPP Device Class

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

Use the following example code to define the COPP device class:

// COPP device class.
struct DXVA_COPPDeviceClass : public DXVA_DeviceBaseClass
{
    VOID*   m_pThis;
};