LUID structure

Describes a local identifier for an adapter.

Syntax


typedef struct _LUID {
  DWORD LowPart;
  LONG  HighPart;
} LUID;

Members

LowPart

Specifies a DWORD that contains the unsigned lower numbers of the id.

HighPart

Specifies a LONG that contains the signed high numbers of the id.

Remarks

This structure is used by the ID3D12Device::GetAdapterLuid and GetSharedResourceAdapterLuid methods.

Requirements

Header

Dxgi.h

See also

DXGI Structures

 

 

Show: