次の方法で共有


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 [デスクトップ アプリのみ]
Header activationregistration.h

こちらもご覧ください

IActivatableClassRegistration

RoGetActivatableClassRegistration