Module::Module Constructor

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at 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