Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> nwerrorget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NWErrorGet()
------------------------------------------------------------------------------
 Purpose:
 Get the last error code returned by NetWare.

 Syntax:
 iError = NWErrorGet()

 Parameters:
 None.

 Returns:
 A numeric value (signed short int).

 The CA-Clipper name for this function is:
 NWErrorGet()

 Description:
 NWErrorGet() returns the last NetWare error number. The error numbers and
 their meanings are described in the Appendix.

 Example:
 // To display the last NetWare error code:
 ? "The last network error code was ", NWErrorGet()   // Sample: 251

See Also: NWGetErrorGet() NWSetErrorGet() Error Codes

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson