Gets the shared resource adapter
public:
HRESULT GetSharedResourceAdapterLuid(
HANDLE hResource,
LUID *pLuid
)
hResource
Type: HANDLE
[in] The handle for the resource.
pLuid
Type: LUID *
[out] A unique value that identifies the adapter. See LUID for a definition of the structure. LUID is defined in dxgi.h.
Type: HRESULT
A DXGI_ERROR return code. S_OK indicates that the interface is supported, otherwise DXGI_ERROR_UNSUPPORTED is returned.
Header: Declared in d3d11_x.h (dxgi1_2.h on other Windows platforms).
Library: Use d3d11_x.lib (dxgi.lib on other Windows platforms).