InstancingType enumeration (activationregistration.h)

Represents the kind of instancing behavior for the out-of-process server.

Syntax

typedef enum InstancingType {
  InstancingType_SingleInstance,
  InstancingType_MultipleInstances
} ;

Constants

 
InstancingType_SingleInstance
Create a singleton instance of the out-of-process server.
InstancingType_MultipleInstances
Create more than one instance of the out-of-process server.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Header activationregistration.h

See also

IExeServerActivatableClassRegistration

IExeServerRegistration