Skip to content

Latest commit

 

History

History
65 lines (57 loc) · 1.34 KB

File metadata and controls

65 lines (57 loc) · 1.34 KB
title ModuleType Enumeration | 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::ModuleType
dev_langs
C++
helpviewer_keywords
ModuleType enumeration
ms.assetid 61a763af-a5a4-451d-8b40-815af507fcde
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

ModuleType Enumeration

Specifies whether a module should support an in-process server or an out-of-process server.

Syntax

enum ModuleType;  

Members

Values

Name Description
InProc An in-process server.
OutOfProc An out-of-process server.
DisableCaching Disable caching mechanism on Module.
InProcDisableCaching Combination of InProc and DisableCaching.
OutOfProcDisableCaching Combination of OutOfProc and DisableCaching.

Requirements

Header: module.h

Namespace: Microsoft::WRL

See Also

Microsoft::WRL Namespace