// d3dkmthk.h
NTSTATUS D3DKMTDestroyHwContext(
[in] const D3DKMT_DESTROYHWCONTEXT *unnamedParam1
);
View the official Windows Driver Kit DDI referenceNo description available.
Used to destroy a hardware context.
unnamedParam1 [in]A pointer to a D3DKMT_DESTROYHWCONTEXT structure holding the information needed to destroy a hardware context.
The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.