Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 1021 Bytes

File metadata and controls

58 lines (51 loc) · 1021 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
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::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