Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the kind of activation for an activatable class.
Syntax
typedef enum tagACTIVATIONTYPE {
ACTIVATIONTYPE_UNCATEGORIZED = 0,
ACTIVATIONTYPE_FROM_MONIKER = 0x1,
ACTIVATIONTYPE_FROM_DATA = 0x2,
ACTIVATIONTYPE_FROM_STORAGE = 0x4,
ACTIVATIONTYPE_FROM_STREAM = 0x8,
ACTIVATIONTYPE_FROM_FILE = 0x10
} ACTIVATIONTYPE;
Constants
ACTIVATIONTYPE_UNCATEGORIZED Value: 0 |
ACTIVATIONTYPE_FROM_MONIKER Value: 0x1 |
ACTIVATIONTYPE_FROM_DATA Value: 0x2 |
ACTIVATIONTYPE_FROM_STORAGE Value: 0x4 |
ACTIVATIONTYPE_FROM_STREAM Value: 0x8 |
ACTIVATIONTYPE_FROM_FILE Value: 0x10 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Header | objidl.h (include Objidl.h) |