Freigeben über


ActivationType-Enumeration (activationregistration.h)

Gibt die Art der Aktivierung für eine aktivierungsfähige Klasse an.

Syntax

typedef enum ActivationType {
  ActivationType_InProcess,
  ActivationType_OutOfProcess,
  ActivationType_RemoteProcess
} ;

Konstanten

 
ActivationType_InProcess
Gibt die prozessinterne Aktivierung an.
ActivationType_OutOfProcess
Gibt die Out-of-Process-Aktivierung an.
ActivationType_RemoteProcess
Gibt die Remoteprozessaktivierung an.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 8.1 [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2012 R2 [nur Desktop-Apps]
Kopfzeile activationregistration.h (include Objidl.h)

Weitere Informationen

IActivatableClassRegistration