Advertisement
MagicAndre1981

new Licence error codes in Windows 10 SDK (Build 10563)

Oct 13th, 2015
1,000
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. new Licence error codes in Windows 10 SDK (Build 10563) (slerror.h):
  2.  
  3.  
  4. //////////////////////////////////////////////////////////
  5. //SL_MDOLLAR_ZONE
  6. //////////////////////////////////////////////////////////
  7.  
  8. //
  9. // These errors are returned by M$ server when trying to
  10. // create an entitlement on the backend
  11.  
  12. //
  13. // MessageId: SL_REMAPPING_MDOLLAR_PRODUCT_KEY_OUT_OF_RANGE
  14. //
  15. // MessageText:
  16. //
  17. // The activation server determined the specified product key is invalid.
  18. //
  19. #define SL_REMAPPING_MDOLLAR_PRODUCT_KEY_OUT_OF_RANGE ((HRESULT)0x803FA065L)
  20.  
  21. //
  22. // MessageId: SL_REMAPPING_MDOLLAR_INVALID_BINDING
  23. //
  24. // MessageText:
  25. //
  26. // The activation server determined there is a problem with the specified product key.
  27. //
  28. #define SL_REMAPPING_MDOLLAR_INVALID_BINDING ((HRESULT)0x803FA066L)
  29.  
  30. //
  31. // MessageId: SL_REMAPPING_MDOLLAR_PRODUCT_KEY_BLOCKED
  32. //
  33. // MessageText:
  34. //
  35. // The activation server determined the specified product key has been blocked.
  36. //
  37. #define SL_REMAPPING_MDOLLAR_PRODUCT_KEY_BLOCKED ((HRESULT)0x803FA067L)
  38.  
  39. //
  40. // MessageId: SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY
  41. //
  42. // MessageText:
  43. //
  44. // The activation server determined the specified product key has been blocked.
  45. //
  46. #define SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY ((HRESULT)0x803FA068L)
  47.  
  48. //
  49. // MessageId: SL_REMAPPING_MDOLLAR_UNSUPPORTED_PRODUCT_KEY
  50. //
  51. // MessageText:
  52. //
  53. // The activation server determined the specified product key is invalid.
  54. //
  55. #define SL_REMAPPING_MDOLLAR_UNSUPPORTED_PRODUCT_KEY ((HRESULT)0x803FA06CL)
  56.  
  57. //
  58. // MessageId: SL_REMAPPING_MDOLLAR_MAXIMUM_UNLOCK_EXCEEDED
  59. //
  60. // MessageText:
  61. //
  62. // The activation server reported that the product key has exceeded its unlock limit.
  63. //
  64. #define SL_REMAPPING_MDOLLAR_MAXIMUM_UNLOCK_EXCEEDED ((HRESULT)0x803FA071L)
  65.  
  66. //
  67. // MessageId: SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_DATA_ID
  68. //
  69. // MessageText:
  70. //
  71. // The activation server determined the license is invalid.
  72. //
  73. #define SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_DATA_ID ((HRESULT)0x803FA073L)
  74.  
  75. //
  76. // MessageId: SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_DATA
  77. //
  78. // MessageText:
  79. //
  80. // The activation server determined the license is invalid.
  81. //
  82. #define SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_DATA ((HRESULT)0x803FA074L)
  83.  
  84. //
  85. // MessageId: SL_REMAPPING_MDOLLAR_INVALID_ACTCONFIG_ID
  86. //
  87. // MessageText:
  88. //
  89. // The activation server determined the product key is not valid.
  90. //
  91. #define SL_REMAPPING_MDOLLAR_INVALID_ACTCONFIG_ID ((HRESULT)0x803FA076L)
  92.  
  93. //
  94. // MessageId: SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY_LENGTH
  95. //
  96. // MessageText:
  97. //
  98. // The activation server determined the specified product key is invalid.
  99. //
  100. #define SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY_LENGTH ((HRESULT)0x803FA077L)
  101.  
  102. //
  103. // MessageId: SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY_FORMAT
  104. //
  105. // MessageText:
  106. //
  107. // The activation server determined the specified product key is invalid.
  108. //
  109. #define SL_REMAPPING_MDOLLAR_INVALID_PRODUCT_KEY_FORMAT ((HRESULT)0x803FA078L)
  110.  
  111. //
  112. // MessageId: SL_REMAPPING_MDOLLAR_INVALID_BINDING_URI
  113. //
  114. // MessageText:
  115. //
  116. // The activation server determined the license is invalid.
  117. //
  118. #define SL_REMAPPING_MDOLLAR_INVALID_BINDING_URI ((HRESULT)0x803FA07AL)
  119.  
  120. //
  121. // MessageId: SL_REMAPPING_MDOLLAR_INVALID_ARGUMENT
  122. //
  123. // MessageText:
  124. //
  125. // The activation server experienced an error.
  126. //
  127. #define SL_REMAPPING_MDOLLAR_INVALID_ARGUMENT ((HRESULT)0x803FA07DL)
  128.  
  129. //
  130. // MessageId: SL_REMAPPING_MDOLLAR_DMAK_LIMIT_EXCEEDED
  131. //
  132. // MessageText:
  133. //
  134. // The activation server reported that the Multiple Activation Key has exceeded its limit.
  135. //
  136. #define SL_REMAPPING_MDOLLAR_DMAK_LIMIT_EXCEEDED ((HRESULT)0x803FA07FL)
  137.  
  138. //
  139. // MessageId: SL_REMAPPING_MDOLLAR_DMAK_EXTENSION_LIMIT_EXCEEDED
  140. //
  141. // MessageText:
  142. //
  143. // The activation server reported that the Multiple Activation Key extension limit has been exceeded.
  144. //
  145. #define SL_REMAPPING_MDOLLAR_DMAK_EXTENSION_LIMIT_EXCEEDED ((HRESULT)0x803FA080L)
  146.  
  147. //
  148. // MessageId: SL_REMAPPING_MDOLLAR_OEM_SLP_COA0
  149. //
  150. // MessageText:
  151. //
  152. // The activation server reported that the specified product key cannot be used for online activation.
  153. //
  154. #define SL_REMAPPING_MDOLLAR_OEM_SLP_COA0 ((HRESULT)0x803FA083L)
  155.  
  156. //
  157. // MessageId: SL_REMAPPING_MDOLLAR_CIDIID_INVALID_VERSION
  158. //
  159. // MessageText:
  160. //
  161. // The activation server determined that the version of the offline Confirmation ID (CID) is incorrect.
  162. //
  163. #define SL_REMAPPING_MDOLLAR_CIDIID_INVALID_VERSION ((HRESULT)0x803FA08DL)
  164.  
  165. //
  166. // MessageId: SL_REMAPPING_MDOLLAR_CIDIID_INVALID_DATA
  167. //
  168. // MessageText:
  169. //
  170. // The activation server reported that the format for the offline activation data is incorrect.
  171. //
  172. #define SL_REMAPPING_MDOLLAR_CIDIID_INVALID_DATA ((HRESULT)0x803FA08EL)
  173.  
  174. //
  175. // MessageId: SL_REMAPPING_MDOLLAR_CIDIID_INVALID_DATA_LENGTH
  176. //
  177. // MessageText:
  178. //
  179. // The activation server reported that the length of the offline Confirmation ID (CID) is incorrect.
  180. //
  181. #define SL_REMAPPING_MDOLLAR_CIDIID_INVALID_DATA_LENGTH ((HRESULT)0x803FA08FL)
  182.  
  183. //
  184. // MessageId: SL_REMAPPING_MDOLLAR_CIDIID_INVALID_CHECK_DIGITS
  185. //
  186. // MessageText:
  187. //
  188. // The Software Licensing Service determined that the Installation ID (IID) or the Confirmation ID (CID) is invalid.
  189. //
  190. #define SL_REMAPPING_MDOLLAR_CIDIID_INVALID_CHECK_DIGITS ((HRESULT)0x803FA090L)
  191.  
  192. //
  193. // MessageId: SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_BEFORE_START_DATE
  194. //
  195. // MessageText:
  196. //
  197. // The activation server reported that time based activation attempted before start date.
  198. //
  199. #define SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_BEFORE_START_DATE ((HRESULT)0x803FA097L)
  200.  
  201. //
  202. // MessageId: SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_AFTER_END_DATE
  203. //
  204. // MessageText:
  205. //
  206. // The activation server reported that time based activation attempted after end date.
  207. //
  208. #define SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_AFTER_END_DATE ((HRESULT)0x803FA098L)
  209.  
  210. //
  211. // MessageId: SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_NOT_AVAILABLE
  212. //
  213. // MessageText:
  214. //
  215. // The activation server reported that new time based activation is not available.
  216. //
  217. #define SL_REMAPPING_MDOLLAR_TIMEBASED_ACTIVATION_NOT_AVAILABLE ((HRESULT)0x803FA099L)
  218.  
  219. //
  220. // MessageId: SL_REMAPPING_MDOLLAR_TIMEBASED_PRODUCT_KEY_NOT_CONFIGURED
  221. //
  222. // MessageText:
  223. //
  224. // The activation server reported that the time based product key is not configured for activation.
  225. //
  226. #define SL_REMAPPING_MDOLLAR_TIMEBASED_PRODUCT_KEY_NOT_CONFIGURED ((HRESULT)0x803FA09AL)
  227.  
  228. //
  229. // MessageId: SL_REMAPPING_MDOLLAR_NO_RULES_TO_ACTIVATE
  230. //
  231. // MessageText:
  232. //
  233. // The activation server reported that no business rules available to activate specified product key.
  234. //
  235. #define SL_REMAPPING_MDOLLAR_NO_RULES_TO_ACTIVATE ((HRESULT)0x803FA0C8L)
  236.  
  237. //
  238. // MessageId: SL_REMAPPING_MDOLLAR_PRODUCT_KEY_BLOCKED_IPLOCATION
  239. //
  240. // MessageText:
  241. //
  242. // The activation server determined the specified product key has been blocked for this geographic location.
  243. //
  244. #define SL_REMAPPING_MDOLLAR_PRODUCT_KEY_BLOCKED_IPLOCATION ((HRESULT)0x803FA0CBL)
  245.  
  246. //
  247. // MessageId: SL_REMAPPING_MDOLLAR_DIGITALMARKER_INVALID_BINDING
  248. //
  249. // MessageText:
  250. //
  251. // The activation server determined the license is invalid.
  252. //
  253. #define SL_REMAPPING_MDOLLAR_DIGITALMARKER_INVALID_BINDING ((HRESULT)0x803FA0D3L)
  254.  
  255. //
  256. // MessageId: SL_REMAPPING_MDOLLAR_DIGITALMARKER_BINDING_NOT_CONFIGURED
  257. //
  258. // MessageText:
  259. //
  260. // The activation server determined there is a problem with the specified product key.
  261. //
  262. #define SL_REMAPPING_MDOLLAR_DIGITALMARKER_BINDING_NOT_CONFIGURED ((HRESULT)0x803FA0D4L)
  263.  
  264. //
  265. // MessageId: SL_REMAPPING_MDOLLAR_ROT_OVERRIDE_LIMIT_REACHED
  266. //
  267. // MessageText:
  268. //
  269. // The activation server determined that the override limit is reached.
  270. //
  271. #define SL_REMAPPING_MDOLLAR_ROT_OVERRIDE_LIMIT_REACHED ((HRESULT)0x803FA0D5L)
  272.  
  273. //
  274. // MessageId: SL_REMAPPING_MDOLLAR_DMAK_OVERRIDE_LIMIT_REACHED
  275. //
  276. // MessageText:
  277. //
  278. // The activation server determined that the override limit is reached.
  279. //
  280. #define SL_REMAPPING_MDOLLAR_DMAK_OVERRIDE_LIMIT_REACHED ((HRESULT)0x803FA0D6L)
  281.  
  282. //
  283. // MessageId: SL_REMAPPING_MDOLLAR_FREE_OFFER_EXPIRED
  284. //
  285. // MessageText:
  286. //
  287. // The activation server determined that the offer no longer exists.
  288. //
  289. #define SL_REMAPPING_MDOLLAR_FREE_OFFER_EXPIRED ((HRESULT)0x803FA400L)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement