Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
netutildefs.h File Reference

Go to the source code of this file.

Macros

#define NETUTIL_E_ERROR   MAKE_HRESULT( SEVERITY_ERROR, FACILITY_ITF, 100)
 
#define NETUTIL_E_BUSY   MAKE_HRESULT( SEVERITY_ERROR, FACILITY_ITF, 101)
 
#define NETUTIL_E_TIMEOUT   MAKE_HRESULT( SEVERITY_ERROR, FACILITY_ITF, 102)
 
#define NETUTIL_E_INVALIDFIELD   MAKE_HRESULT( SEVERITY_ERROR, FACILITY_ITF, 256)
 
#define NETUTIL_E_CANTVERIFY   MAKE_HRESULT( SEVERITY_ERROR, FACILITY_ITF, 257)
 
#define NETUTIL_S_FINISHED   MAKE_HRESULT( SEVERITY_SUCCESS, FACILITY_ITF, 500)
 

Macro Definition Documentation

◆ NETUTIL_E_BUSY

#define NETUTIL_E_BUSY   MAKE_HRESULT( SEVERITY_ERROR, FACILITY_ITF, 101)

Definition at line 24 of file netutildefs.h.

◆ NETUTIL_E_CANTVERIFY

#define NETUTIL_E_CANTVERIFY   MAKE_HRESULT( SEVERITY_ERROR, FACILITY_ITF, 257)

Definition at line 28 of file netutildefs.h.

◆ NETUTIL_E_ERROR

#define NETUTIL_E_ERROR   MAKE_HRESULT( SEVERITY_ERROR, FACILITY_ITF, 100)

Definition at line 23 of file netutildefs.h.

◆ NETUTIL_E_INVALIDFIELD

#define NETUTIL_E_INVALIDFIELD   MAKE_HRESULT( SEVERITY_ERROR, FACILITY_ITF, 256)

Definition at line 27 of file netutildefs.h.

◆ NETUTIL_E_TIMEOUT

#define NETUTIL_E_TIMEOUT   MAKE_HRESULT( SEVERITY_ERROR, FACILITY_ITF, 102)

Definition at line 25 of file netutildefs.h.

◆ NETUTIL_S_FINISHED

#define NETUTIL_S_FINISHED   MAKE_HRESULT( SEVERITY_SUCCESS, FACILITY_ITF, 500)

Definition at line 30 of file netutildefs.h.