ActivationType 枚举 (activationregistration.h)
指定可激活类的激活类型。
语法
typedef enum ActivationType {
ActivationType_InProcess,
ActivationType_OutOfProcess,
ActivationType_RemoteProcess
} ;
常量
ActivationType_InProcess 指定进程内激活。 |
ActivationType_OutOfProcess 指定进程外激活。 |
ActivationType_RemoteProcess 指定远程进程激活。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8.1 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 R2 [仅限桌面应用] |
标头 | activationregistration.h (包括 Objidl.h) |