Share via


Module::GetModule Method

 

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::GetModule Method.

Creates an instance of a module.

Syntax

static Module& GetModule();  
WRL_NOTHROW static Module& GetModule();  

Return Value

A reference to a module.

Requirements

Header: module.h

Namespace: Microsoft::WRL

See Also

Module Class