// d3dkmthk.h
NTSTATUS D3DKMTCreateHwContext(
D3DKMT_CREATEHWCONTEXT *unnamedParam1
);
View the official Windows Driver Kit DDI referenceNo description available.
Used to create a new hardware context.
unnamedParam1createHwContext [in, out]
A structure holding the information needed to create a new hardware context.
Returns STATUS_SUCCESS if called successfully.