Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DXVADDI_PVP_HW_IV structure contains two 64-bit values that combine to form a 128-bit protected video path (PVP) value.
Syntax
typedef struct _DXVADDI_PVP_HW_IV {
[in] ULONGLONG IV;
[in] ULONGLONG Count;
} DXVADDI_PVP_HW_IV;
Members
[in] IV
A 64-bit initialization vector.
[in] Count
A 64-bit number.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
| Header | d3dumddi.h (include D3dumddi.h) |