SL_ACTIVATION_TYPE enumeration (slpublic.h)
Represents the type of offline activation for a license. This enumeration is used by the type member of the SL_ACTIVATION_INFO_HEADER structure.
Syntax
typedef enum _tagSL_ACTIVATION_TYPE {
SL_ACTIVATION_TYPE_DEFAULT = 0,
SL_ACTIVATION_TYPE_ACTIVE_DIRECTORY = 1
} SL_ACTIVATION_TYPE;
Constants
SL_ACTIVATION_TYPE_DEFAULT Value: 0 Retail phone activation. |
SL_ACTIVATION_TYPE_ACTIVE_DIRECTORY Value: 1 The product activation is through Active Directory. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | slpublic.h |