SLREFERRALTYPE enumeration (slpublic.h)
Represents the types of information that can be queried with the SLGetReferralInformation function.
Syntax
typedef enum {
SL_REFERRALTYPE_SKUID = 0,
SL_REFERRALTYPE_APPID,
SL_REFERRALTYPE_OVERRIDE_SKUID,
SL_REFERRALTYPE_OVERRIDE_APPID,
SL_REFERRALTYPE_BEST_MATCH
} SLREFERRALTYPE;
Constants
SL_REFERRALTYPE_SKUID Value: 0 |
SL_REFERRALTYPE_APPID |
SL_REFERRALTYPE_OVERRIDE_SKUID |
SL_REFERRALTYPE_OVERRIDE_APPID |
SL_REFERRALTYPE_BEST_MATCH |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | slpublic.h |