Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 899 Bytes

activationfactory-addref-method.md

File metadata and controls

40 lines (34 loc) · 899 Bytes
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::AddRef Method | Microsoft Docs
11/04/2016
cpp-windows
reference
module/Microsoft::WRL::ActivationFactory::AddRef
C++
AddRef method
dfe96189-ddbe-410a-9f8d-5d8ecc8cc7e6
3
mikeblome
mblome
ghogen

ActivationFactory::AddRef Method

Increments the reference count of the current ActivationFactory object.

Syntax

STDMETHOD_(  
   ULONG,  
   AddRef  
)();  

Return Value

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

Requirements

Header: module.h

Namespace: Microsoft::WRL

See Also

ActivationFactory Class