Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.08 KB

activationfactory-queryinterface-method.md

File metadata and controls

46 lines (38 loc) · 1.08 KB
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
cpp-windows
reference
module/Microsoft::WRL::ActivationFactory::QueryInterface
C++
QueryInterface method
2a9b71aa-61c0-43f7-aa35-00f0ee0af031
3
mikeblome
mblome
ghogen

ActivationFactory::QueryInterface Method

Retrieves a pointer to the specified interface.

Syntax

STDMETHOD(  
   QueryInterface  
)(REFIID riid, _Deref_out_ void **ppvObject);  

Parameters

riid
An interface ID.

ppvObject
When this operation is complete, a pointer to the interface specified by parameter riid.

Return Value

S_OK if successful; otherwise, an HRESULT that describes the failure.

Requirements

Header: module.h

Namespace: Microsoft::WRL

See Also

ActivationFactory Class