SLIDTYPE enumeration (slpublic.h)

Represents the type of Software Licensing ID.

Syntax

typedef enum _tagSLIDTYPE {
  SL_ID_APPLICATION = 0,
  SL_ID_PRODUCT_SKU,
  SL_ID_LICENSE_FILE,
  SL_ID_LICENSE,
  SL_ID_PKEY,
  SL_ID_ALL_LICENSES,
  SL_ID_ALL_LICENSE_FILES,
  SL_ID_STORE_TOKEN,
  SL_ID_LAST
} SLIDTYPE;

Constants

 
SL_ID_APPLICATION
Value: 0
SL_ID_PRODUCT_SKU
SL_ID_LICENSE_FILE
SL_ID_LICENSE
SL_ID_PKEY
SL_ID_ALL_LICENSES
SL_ID_ALL_LICENSE_FILES
SL_ID_STORE_TOKEN
SL_ID_LAST

Requirements

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