Skip to content

Latest commit

 

History

History
56 lines (50 loc) · 1.14 KB

File metadata and controls

56 lines (50 loc) · 1.14 KB
title Module::Module Constructor | 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::Module
dev_langs
C++
helpviewer_keywords
Module, constructor
ms.assetid 5436fc74-61dc-41b6-81af-4f03177159aa
caps.latest.revision 6
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::Module Constructor

Initializes a new instance of the Module class.

Syntax

Module();  

Remarks

This constructor is protected and cannot be called with the new keyword. Instead, call either Module::GetModule Method or Module::Create Method.

Requirements

Header: module.h

Namespace: Microsoft::WRL

See Also

Module Class