Skip to content

Latest commit

 

History

History
79 lines (59 loc) · 2.57 KB

nc-d3d12umddi-pfnd3d12ddi_create_protected_session_cb_0030.md

File metadata and controls

79 lines (59 loc) · 2.57 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3d12umddi.PFND3D12DDI_CREATE_PROTECTED_SESSION_CB_0030
PFND3D12DDI_CREATE_PROTECTED_SESSION_CB_0030 (d3d12umddi.h)
Callback to create a graphics kernel protected resource session.
display\pfnd3d12ddi_create_protected_session_cb_0030.htm
03/24/2020
PFND3D12DDI_CREATE_PROTECTED_SESSION_CB_0030 callback function
PFND3D12DDI_CREATE_PROTECTED_SESSION_CB_0030, PFND3D12DDI_CREATE_PROTECTED_SESSION_CB_0030 callback, PFND3D12DDI_CREATE_PROTECTED_SESSION_CB_0030 callback function [Display Devices], d3d12umddi/PFND3D12DDI_CREATE_PROTECTED_SESSION_CB_0030, display.pfnd3d12ddi_create_protected_session_cb_0030
d3d12umddi.h
Windows
Windows 10
Windows Server 2016
Windows
display
PFND3D12DDI_CREATE_PROTECTED_SESSION_CB_0030
d3d12umddi/PFND3D12DDI_CREATE_PROTECTED_SESSION_CB_0030
APIRef
kbSyntax
UserDefined
d3d12umddi.h
PFND3D12DDI_CREATE_PROTECTED_SESSION_CB_0030

PFND3D12DDI_CREATE_PROTECTED_SESSION_CB_0030 callback function

-description

Callback to create a graphics kernel protected resource session.

-parameters

-param hRTDevice

The hardware device being processed.

-param hRTProtectedSession

The protected session.

-param pArgs

Pointer to a D3D12DDICB_CREATE_PROTECTED_SESSION_0030 structure containing creation arguments for the protected resource session.

-returns

Returns STATUS_SUCCESS if completed successfully.

-remarks

This function is added to the D3D12DDI_CORELAYER_DEVICECALLBACKS function table. This callback must be called during a call to PFND3D12DDI_CREATEPROTECTEDRESOURCESESSION_0074.

See the Protected Resources Specification for more information.

-see-also

D3D12DDICB_CREATE_PROTECTED_SESSION_0030

PFND3D12DDI_CREATEPROTECTEDRESOURCESESSION_0074