Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Represents the kind of instancing behavior for the out-of-process server.
Syntax
typedef enum InstancingType {
InstancingType_SingleInstance,
InstancingType_MultipleInstances
} ;
Constants
InstancingType_SingleInstanceCreate a singleton instance of the out-of-process server. |
InstancingType_MultipleInstancesCreate 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 |