CalcPrivateVideoProcessorEnumSize function
Returns the number of bytes that the driver requires to store private data for the video processor enumeration state.
Syntax
SIZE_T APIENTRY* CalcPrivateVideoProcessorEnumSize(
_In_ D3D10DDI_HDEVICE hDevice,
_In_ const D3D11_1DDIARG_CREATEVIDEOPROCESSORENUM *pProcessorEnum
);
Parameters
- hDevice [in]
-
A handle to the display device (graphics context).
- pProcessorEnum [in]
-
A pointer to a D3D11_1DDIARG_CREATEVIDEOPROCESSORENUM structure that describes the video processor enumeration object that was created through the CreateVideoProcessorEnum function.
Return value
The required number of bytes for the video processor enumeration state.
Remarks
This function is not expected to fail.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/29/2012