次の方法で共有


InstancingType 列挙 (activationregistration.h)

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

構文

typedef enum InstancingType {
  InstancingType_SingleInstance,
  InstancingType_MultipleInstances
} ;

定数

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

要件

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

こちらもご覧ください

IExeServerActivatableClassRegistration

IExeServerRegistration