An IDXGIObject interface is a base interface for all DXGI objects; IDXGIObject supports associating caller-defined (private data) with an object and retrieval of an interface to the parent object.
interface IDXGIObject : public IUnknown
IDXGIObject implements base class functionality for several other interfaces: IDXGIAdapter, IDXGIDevice, IDXGIFactory, IDXGIOutput
Header: Declared in d3d11_x.h (dxgi.h on other Windows platforms).
Library: Use d3d11_x.lib (dxgi.lib on other Windows platforms).