D3DKMT_GETSHAREDRESOURCEADAPTERLUID - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_GETSHAREDRESOURCEADAPTERLUID {
  [in]  D3DKMT_HANDLE hGlobalShare;
  [in]  HANDLE        hNtHandle;
  [out] LUID          AdapterLuid;
} D3DKMT_GETSHAREDRESOURCEADAPTERLUID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_getsharedresourceadapterluid)

_D3DKMT_GETSHAREDRESOURCEADAPTERLUID structure

Description

Provides information that describes a shared resource and the graphics adapter that the resource was created on.

Members

hGlobalShare [in]

A handle to the shared resource.

hNtHandle [in]

An NT handle to the process.

AdapterLuid [out]

A LUID that serves as an identifier for the device that the resource indicated by hGlobalShare was created on. LUID is defined in Dxgi.h.