// d3dumddi.h
typedef struct _D3DDDICB_CREATEHWCONTEXT {
UINT NodeOrdinal;
UINT EngineAffinity;
D3DDDI_CREATEHWCONTEXTFLAGS Flags;
UINT PrivateDriverDataSize;
VOID *pPrivateDriverData;
HANDLE hHwContext;
} D3DDDICB_CREATEHWCONTEXT;
View the official Windows Driver Kit DDI referenceNo description available.
A structure that gives information for creating a hardware context.
NodeOrdinalSpecifies the node ordinal this context is targeted to.
EngineAffinitySpecifies the engine affinity within the node.
FlagsHardware context creation flags.
PrivateDriverDataSizeSize of private driver data.
pPrivateDriverDataPointer to private driver data.
hHwContextHandle to the created context.