// d3d12umddi.h
PFND3D12DDI_CREATE_PROTECTED_SESSION_CB_0030 Pfnd3d12ddiCreateProtectedSessionCb0030;
HRESULT Pfnd3d12ddiCreateProtectedSessionCb0030(
D3D12DDI_HRTDEVICE hRTDevice,
D3D12DDI_HRTPROTECTEDSESSION_0030 hRTProtectedSession,
D3D12DDICB_CREATE_PROTECTED_SESSION_0030 *pArgs
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Callback to create a graphics kernel protected resource session.
hRTDeviceThe hardware device being processed.
hRTProtectedSessionThe protected session.
pArgsPointer to a D3D12DDICB_CREATE_PROTECTED_SESSION_0030 structure containing creation arguments for the protected resource session.
Returns STATUS_SUCCESS if completed successfully.
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.
D3D12DDICB_CREATE_PROTECTED_SESSION_0030
PFND3D12DDI_CREATEPROTECTEDRESOURCESESSION_0074