PDXVAHDSW_CreateVideoProcessor function pointer
Creates a software Microsoft DirectX Video Acceleration High Definition (DXVA-HD) video processor plug-in.
Syntax
typedef HRESULT ( CALLBACK *PDXVAHDSW_CreateVideoProcessor)( _In_ HANDLE hDevice, _In_ const GUID *pVPGuid, _Out_ HANDLE *phVideoProcessor );
Parameters
- hDevice [in]
-
A handle to the plug-in DXVA-HD device that creates the video processor.
- pVPGuid [in]
-
A GUID that identifies the video processor to create.
- phVideoProcessor [out]
-
Receives a handle to the software video processor.
Return value
If this function pointer succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also