IDirect3D9Ex::GetAdapterLUIDĀ 

IDirect3D9Ex::GetAdapterLUID

This method returns a unique identifier for the adapter that is specific to the adapter hardware. Applications can use this identifier to define robust mappings across various APIs (Direct3D 9, DXGI).

  HRESULT 
  GetAdapterLUID(
  UINT Adapter,
  LUID * pLUID
);

Parameters

  • Adapter
    Ordinal number denoting the display adapter from which to retrieve the LUID.
  • pLUID
    A unique identifier for the given adapter. See LUID.

Return Values

See Also

IDirect3D9Ex Interface