[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
_errGetSubCode()
Get the value of subCode
------------------------------------------------------------------------------
C Prototype
#include "error.api"
USHORT _errGetSubCode(
ERRORP pError
)
Arguments
pError is a pointer to the Error object from which the value is to
be retrieved.
Returns
_errGetSubCode() returns the value of subCode.
Description
_errGetSubCode() retrieves a value that indicates the specific error
number within the subsystem referenced by subSystem. The combination of
the subSystem name and the subCode uniquely identifies a specific error.
See _errPutSubCode() for additional details about subCode.
Examples
. This code fragment shows how to retrieve the contents of
subCode:
#include "error.api"
.
.
.
USHORT uiSubCode;
uiSubCode = _errGetSubCode( pError );
.
.
.
Files Library is CLIPPER.LIB, header file is Error.api.
See Also:
_errGetSubSystem()
_errPutSubCode()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson