Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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