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