Go To Documentation Main IndexMain Index
Go To TIPS, Inc.TIPS Home
status

status (variable)

Error return code

Declared as: int

Description: A completion code that is returned as zero for correct completion of a routine. Any other value is an error code indicating the type of error that has occurred.

Valid values:
  0 = no error
  Any other value = error (see Errors)

Special Notes: Must be passed in as a zero upon entry to any routine, or the routine will return immediately without any processing.

© 2001 TIPS, Inc.Doc Version: 5.0