The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IDXGIObject::GetParent method
Gets the parent of the object.
Syntax
HRESULT GetParent( [in] REFIID riid, [out] void **ppParent );
Parameters
- riid [in]
-
Type: REFIID
The ID of the requested interface.
- ppParent [out]
-
Type: void**
The address of a pointer to the parent object.
Return value
Type: HRESULT
Returns one of the DXGI_ERROR values.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Show: