ModuleType Enumeration
Visual Studio 2015
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 ModuleType Enumeration.
Specifies whether a module should support an in-process server or an out-of-process server.
enum ModuleType;
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. |
Header: module.h
Namespace: Microsoft::WRL
Show: