SL_AD_ACTIVATION_INFO structure (slpublic.h)

Specifies information used for the retail or Active Directory phone activation of a license.

Syntax

typedef struct _tagSL_AD_ACTIVATION_INFO {
  SL_ACTIVATION_INFO_HEADER header;
  PCWSTR                    pwszProductKey;
  PCWSTR                    pwszActivationObjectName;
} SL_AD_ACTIVATION_INFO;

Members

header

An SL_ACTIVATION_INFO_HEADER structure that contains the activation type. The activation type determines whether the SL_AD_ACTIVATION_INFO structure is used for retail or Active Directory phone activation.

pwszProductKey

The product key.

pwszActivationObjectName

The name of the activation object.

Remarks

For an example of how this structure is used, see the description of the pActivationInfo parameter in the SLActivateProduct, SLDepositOfflineConfirmationIdEx, and SLGenerateOfflineInstallationIdEx functions.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header slpublic.h

See also

SLActivateProduct

SLDepositOfflineConfirmationIdEx

SLGenerateOfflineInstallationIdEx

SL_ACTIVATION_INFO_HEADER

SL_ACTIVATION_TYPE