ModuleType (énumération)
Spécifie si un module doit prendre en charge un serveur in-process ou un serveur out-of-process.
Syntaxe
enum ModuleType;
Membres
Valeurs
Nom | Description |
---|---|
InProc |
Un serveur in-process. |
OutOfProc |
Un serveur hors processus. |
DisableCaching |
Désactivez le mécanisme de mise en cache sur le module. |
InProcDisableCaching |
Combinaison de InProc et DisableCaching . |
OutOfProcDisableCaching |
Combinaison de OutOfProc et DisableCaching . |
Spécifications
En-tête : module.h
Espace de noms : Microsoft::WRL