TutErrNumGetC get the value of the C error number
None
The value of the C error number.
None
The operating system error number is a C-specific value indicating how the last C function failed. The error number is valid only when TutErrNumGet reports T_ERR_C.
This error number is stored in a value for each thread to accommodate multi-threaded programs.
TutErrNumGetC should only be called when TutErrNumGet returns T_ERR_C.
TutErrNumGet, TutErrNumGetOs, TutErrNumGetSocket
This example checks if a C-specific error occurred and prints the related C error code:
TIBCO SmartSockets™ Utilities Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |