// 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 referenceNo description available.
Provides information that describes a shared resource and the graphics adapter that the resource was created on.
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.