_DXGKARG_CREATEALLOCATION2 structure

The DXGKARG_CREATEALLOCATION2 structure is reserved for system use. Do not use it in your driver.

Syntax

typedef struct _DXGKARG_CREATEALLOCATION2 {
  const VOID                  *pPrivateDriverData;
  UINT                        PrivateDriverDataSize;
  UINT                        NumAllocations;
  DXGK_ALLOCATIONINFO2        *pAllocationInfo;
  HANDLE                      hResource;
  DXGK_CREATEALLOCATIONFLAGS2 Flags;
} DXGKARG_CREATEALLOCATION2;

Members

pPrivateDriverData Reserved for system use.

PrivateDriverDataSize Reserved for system use.

NumAllocations Reserved for system use.

pAllocationInfo Reserved for system use.

hResource Reserved for system use.

Flags Reserved for system use.

Requirements

Version

Available in Windows 7 and later versions of the Windows operating systems.

Header

D3dkmddi.h (include D3dkmddi.h)