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

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