[]
Gets the parent of the object.
public T GetParent<T>() where T : ComObject
| Type | Description |
|---|---|
| T | Returns the parent object based on the GUID of the type of the parent object. |
| Name | Description |
|---|---|
| T | Type of the parent object |
HRESULT IDXGIObject::GetParent([In] const GUID& riid,[Out] void** ppParent)
public IntPtr GetParent(Guid riid)
| Type | Name | Description |
|---|---|---|
| Guid | riid |
| Type | Description |
|---|---|
| IntPtr |