Home
last modified time | relevance | path

Searched refs:ERR_WARNINGSTART (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/rsc/inc/
H A Drscerror.h87 #define ERR_WARNINGSTART 0x1001 macro
88 #define WRN_LOCALID (ERR_WARNINGSTART +1 )
89 #define WRN_GLOBALID (ERR_WARNINGSTART +2 )
90 #define WRN_SUBINMEMBER (ERR_WARNINGSTART +3 )
91 #define WRN_CONT_NOID (ERR_WARNINGSTART +4 )
92 #define WRN_STR_REFNOTFOUND (ERR_WARNINGSTART +5 )
93 #define WRN_MGR_REFNOTFOUND (ERR_WARNINGSTART +6 )
94 #define WRN_CONT_DOUBLEID (ERR_WARNINGSTART +7 )
109 return( nError >= ERR_WARNINGSTART && nError <= ERR_WARNINGEND ); in IsWarning()

Completed in 12 milliseconds