/*
 * 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
