// d3d10umddi.h
PFND3D11_1DDI_DESTROYCRYPTOSESSION Pfnd3d111DdiDestroycryptosession;
VOID Pfnd3d111DdiDestroycryptosession(
D3D10DDI_HDEVICE hDevice,
D3D11_1DDI_HCRYPTOSESSION hCryptoSession
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Releases resources for the cryptographic session that were created through a call to the CreateCryptoSession function.
hDeviceA handle to the display device (graphics context).
hCryptoSessionA handle to the driver's private data for the cryptographic session. This handle was created by the Direct3D runtime and passed to the driver in the call to CreateCryptoSession.