title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ActivationFactory::QueryInterface Method | Microsoft Docs |
11/04/2016 |
|
reference |
|
|
|
2a9b71aa-61c0-43f7-aa35-00f0ee0af031 |
3 |
mikeblome |
mblome |
ghogen |
Retrieves a pointer to the specified interface.
STDMETHOD(
QueryInterface
)(REFIID riid, _Deref_out_ void **ppvObject);
riid
An interface ID.
ppvObject
When this operation is complete, a pointer to the interface specified by parameter riid
.
S_OK if successful; otherwise, an HRESULT that describes the failure.
Header: module.h
Namespace: Microsoft::WRL