RegistrationScope 枚举 (activationregistration.h)
表示可激活类的部署范围。
语法
typedef enum RegistrationScope {
RegistrationScope_PerMachine,
RegistrationScope_PerUser,
RegistrationScope_InboxApp
} ;
常量
RegistrationScope_PerMachine 对于 Windows 应用商店应用,激活是按计算机激活的。 |
RegistrationScope_PerUser 从第三方应用商店按用户激活。 |
RegistrationScope_InboxApp 对于内置应用商店,按计算机激活。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8.1 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 R2 [仅限桌面应用] |
标头 | activationregistration.h |