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