Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Microsoft > API/Runtime/Core/Microsoft/TComPtr
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Microsoft/COMPointer.h |
| Include | #include "Microsoft/COMPointer.h" |
HRESULT FromQueryInterface
(
REFIID Riid,
IUnknown * Unknown
)
Remarks
Initialize this pointer from a COM interface to be queried. The result code of the query.
Parameters
| Name | Description |
|---|---|
| Riid | The ID of the interface to be queried. |
| Unknown | The object to query the interface from. |