Skip to content

Latest commit

 

History

History
53 lines (48 loc) · 944 Bytes

File metadata and controls

53 lines (48 loc) · 944 Bytes
title Module::~Module Destructor | 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, destructor
ms.assetid 760f1b74-3094-4974-a011-98a5e942ebc3
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::~Module Destructor

Deinitializes the current instance of the Module class.

Syntax

virtual ~Module();  

Requirements

Header: module.h

Namespace: Microsoft::WRL

See Also

Module Class