D3DKMTDestroyHwContext - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

NTSTATUS D3DKMTDestroyHwContext(
  [in] const D3DKMT_DESTROYHWCONTEXT *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-d3dkmthk-d3dkmtdestroyhwcontext)

D3DKMTDestroyHwContext function

Description

Used to destroy a hardware context.

Parameters

unnamedParam1 [in]

A pointer to a D3DKMT_DESTROYHWCONTEXT structure holding the information needed to destroy a hardware context.

Return value

The method returns STATUS_SUCCESS if the operation succeeds. Otherwise, this method might return an appropriate NTSTATUS error code.

See also

D3DKMT_DESTROYHWCONTEXT