Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 950 Bytes

File metadata and controls

37 lines (31 loc) · 950 Bytes
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

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