次の方法で共有


InstancingType 列挙 (activationregistration.h)

アウトプロセス サーバーのインスタンス化動作の種類を表します。

構文

typedef enum InstancingType {
  InstancingType_SingleInstance,
  InstancingType_MultipleInstances
} ;

定数

 
InstancingType_SingleInstance
アウトプロセス サーバーのシングルトン インスタンスを作成します。
InstancingType_MultipleInstances
アウトプロセス サーバーの複数のインスタンスを作成します。

必要条件

要件 価値
サポートされる最小クライアント Windows 8.1 [デスクトップ アプリのみ]
サポートされる最小サーバー Windows Server 2012 R2 [デスクトップ アプリのみ]
ヘッダー activationregistration.h

関連項目

IExeServerActivatableClassRegistration

IExeServerRegistration