Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.4 KiB

  1. /
  2. // THIS FILE IS OBSOLETE AND IS NOT BEING USED. WE WILL REMOVE THIS FILE SOON.
  3. //
  4. #ifndef _WUV3IS_ERROR_CODES
  5. #define WU_SEVERITY_ERROR 3
  6. #define WU_FACILITY_ERROR 255
  7. #define WU_CATALOG_DOES_NOT_EXIST (HRESULT)26000 //requested atalog does not exist.
  8. #define WU_ITEM_DOES_NOT_EXIST (HRESULT)26001 //requested item does not exist in any known catalog.
  9. #define WU_ITEM_INSTALL_DEPENDENCY_EXISTS (HRESULT)26002 //Selected state has installation dependencies.
  10. #define WU_INVALID_PARAMETER (HRESULT)26003 //Invalid parameter passed to method.
  11. #define WU_NO_ITEM_DEPENDENCIES_FOUND (HRESULT)26004 //Item identified by the puid parameter is not dependent on any other items.
  12. #define WU_MISSING_INSTALL_CIF (HRESULT)26006 //The Item cannot be installed because the install CIF cab is not present in the item record.
  13. #define WU_MISSING_INSTALL_CABS (HRESULT)26007 //The Item cannot be installed because the install cab list is not present in the item record.
  14. #define WU_INSTALL_FAILED (HRESULT)26008 //The Item cannot be installed.
  15. #define WU_MISSING_HWID (HRESULT)26009 //The Item cannot be installed becuase the device hwid is missing.
  16. #define WU_CREATEVXDFAILS (HRESULT)26010 //The wubios.vxd cannot be created.
  17. #define WU_INVALID_INSTALLATION_RECORD_TYPE (HRESULT)26011 //The inventory record is not of a type that can be installed.
  18. #define _WUV3IS_ERROR_CODES
  19. #endif