IDXGIDeviceSubObject

Undocumented in source.
version(Windows)
interface IDXGIDeviceSubObject : IDXGIObject {}

Members

Functions

GetDevice
HRESULT GetDevice(GUID RIID, void** Device)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Inherited Members

From IDXGIObject

GetParent
HRESULT GetParent(GUID* IID, void** Parent)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetPrivateData
HRESULT GetPrivateData(GUID* IID, uint* DataSize, void* Data)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetPrivateData
HRESULT SetPrivateData(GUID* IID, uint DataSize, void* Data)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetPrivateDataInterface
HRESULT SetPrivateDataInterface(GUID* IID, const(IUnknown) Unknown)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta