D3DDDICB_CREATEHWCONTEXT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddicb_createhwcontext)

_D3DDDICB_CREATEHWCONTEXT structure

Description

A structure that gives information for creating a hardware context.

Members

NodeOrdinal

Specifies the node ordinal this context is targeted to.

EngineAffinity

Specifies the engine affinity within the node.

Flags

Hardware context creation flags.

PrivateDriverDataSize

Size of private driver data.

pPrivateDriverData

Pointer to private driver data.

hHwContext

Handle to the created context.