|
|
|
|
GA_errorMsg
Returns a descriptive string for a device loader error code.
Declaration
const char * NAPI GA_errorMsg(
N_int32 status)
Prototype In
snap/graphics.h
Parameters
status |
Status code to get string for |
Return Value
String describing error condition.
Description
Returns a descriptive string for a device loader error code.
Note: The string is returned in a temporary buffer that is reused. Hence the calling application should copy the returned string to a different buffer immediately after calling this function and before calling any other SNAP functions.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com