Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 975 Bytes

File metadata and controls

51 lines (46 loc) · 975 Bytes
title Module::objectCount_ Data Member | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
f1_keywords
module/Microsoft::WRL::Module::objectCount_Data
dev_langs
C++
ms.assetid 921ffa74-e3c1-4fb3-91a6-fa7654779d8f
caps.latest.revision 5
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr

Module::objectCount_ Data Member

Keeps track of how many classes have been created with the Make function.

Syntax

volatile long objectCount_;  

Requirements

Header: module.h

Namespace: Microsoft::WRL

See Also

Module Class