9.158 CStpDBAccessProtHDL::StpHandleWarning
Returns 0 or the Errornumber according to errorlevel
Defined in: StpDBAccess.cpp
|
Syntax
|
LONGĀ StpHandleWarning( LONG lRc );
LONGĀ StpHandleWarning( LONG lRc, const SCString& scsPre, const SCString& scsRec );
|
|
Parameters
|
lRc
Input errorcode for decision
scsPre
Input prefix to write to logfile
scsRec
Input record to write to logfile
lRc
Input error number
|
|
Comments
|
The errorlevel is set by StpSetErrorLevel. If the flag CSTPERR_AbortByWarnings or CSTPERR_AbortByW_E is set StpHandleWarning returns the errornumber otherwise 0
|