D3DKMTCreateHwContext - NtDoc

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

NTSTATUS D3DKMTCreateHwContext(
  D3DKMT_CREATEHWCONTEXT *unnamedParam1
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMTCreateHwContext function

Description

Used to create a new hardware context.

Parameters

unnamedParam1

createHwContext [in, out]

A structure holding the information needed to create a new hardware context.

Return value

Returns STATUS_SUCCESS if called successfully.