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.

15 lines
402 B

  1. /*
  2. * File: error.h
  3. * Description: This file contains the definitions of the NLB install pack
  4. * HRESULT error codes.
  5. * Author: shouse 12.5.00
  6. */
  7. #define FACILITY_NLB 35
  8. #define NLB_E_INVALID_OS 1
  9. #define NLB_E_ALREADY_INSTALLED 2
  10. #define NLB_E_FILES_MISSING 3
  11. #define NLB_E_INF_FAILURE 4
  12. #define NLB_E_REGISTER_DLL 5
  13. #define NLB_E_COMPILE_MOF 6