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.
Gets the ID3D12ProtectedResourceSession that was passed into ID3D12VideoDevice2::CreateVideoProcessor1 when the ID3D12VideoProcessor1 was created.
Syntax
HRESULT GetProtectedResourceSession(
REFIID riid,
void **ppProtectedSession
);
Parameters
riid
The globally unique identifier (GUID) for the ID3D12ProtectedResourceSession interface.
ppProtectedSession
Receives a void pointer representing the ID3D12ProtectedResourceSession interface.
Return value
This method returns HRESULT.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | d3d12video.h |