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_UNCATEGORIZEDValue: 0 |
ACTIVATIONTYPE_FROM_MONIKERValue: 0x1 |
ACTIVATIONTYPE_FROM_DATAValue: 0x2 |
ACTIVATIONTYPE_FROM_STORAGEValue: 0x4 |
ACTIVATIONTYPE_FROM_STREAMValue: 0x8 |
ACTIVATIONTYPE_FROM_FILEValue: 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) |