// d3dkmthk.h
PFND3DKMT_CREATEPROTECTEDSESSION PfnD3dkmtCreateProtectedSession;
NTSTATUS PfnD3dkmtCreateProtectedSession(
D3DKMT_CREATEPROTECTEDSESSION *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Implemented by the client driver to create a protected session.
PFND3DKMT_CREATEPROTECTEDSESSION PfnD3dkmtCreateProtectedSession;
NTSTATUS PfnD3dkmtCreateProtectedSession(
D3DKMT_CREATEPROTECTEDSESSION *unnamedParam1
)
{...}
unnamedParam1Pointer to a D3DKMT_CREATEPROTECTEDSESSION structure that contains the information needed to create a protected session.
Return STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS Values error code.
Register your implementation of this callback function by setting the appropriate member of D3DKMT_CREATEPROTECTEDSESSION and then calling PfnD3dkmtCreateProtectedSession.
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.