Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 800 Bytes

File metadata and controls

39 lines (32 loc) · 800 Bytes
title Module::GetModule Method | 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::GetModule
dev_langs
C++
helpviewer_keywords
GetModule method
ms.assetid 78b5fd68-8131-4ef9-8b6c-20f8c7b36992
caps.latest.revision 5
author mikeblome
ms.author mblome
manager ghogen

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