IDirect3DDxgiInterfaceAccess structure (windows.graphics.directx.direct3d11.interop.h)
IDirect3DDxgiInterfaceAccess is a COM interface, which must be implemented by anything that implements IDirect3DDevice or IDirect3DSurface. ID3D12GraphicsCommandList5 inherits from the IUnknown interface.
Syntax
struct IDirect3DDxgiInterfaceAccess : IUnknown {
HRESULT GetInterface(
REFIID iid,
void **p
);
};
Inheritance
The IDirect3DDxgiInterfaceAccess structure implements IUnknown.
Members
HRESULT GetInterface( REFIID iid, void **p)
Retrieves the DXGI interface that is wrapped by the IDirect3DDxgiInterfaceAccess object.
Requirements
Requirement | Value |
---|---|
Header | windows.graphics.directx.direct3d11.interop.h |