ModuleType 枚举

指定模块是否应支持进程内服务器或进程外服务器。

enum ModuleType;

成员

名称

说明

InProc

进程内服务器 DLL

OutOfProc

进程外服务器。

DisableCaching

禁用在模块上的缓存机制。

InProcDisableCaching

InProc 和 DisableCaching 的组合。

OutOfProcDisableCaching

OutOfProc 和 DisableCaching 的组合。

要求

标头: module.h

命名空间: Microsoft::WRL

请参见

参考

Microsoft::WRL 命名空间