SilverScreen Solid Modeler

error_text

error_text

Previous topic Next topic  

error_text

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

char *error_text ( int error_number, char *buf )

 

int   error_number;    // SilverScreen error number

char *buf;             // address of buffer to receive text

 

 




Synopsis

#include "silver.h"

 

The error_text function copies the text string that SilverScreen associates with the error number error_number into buf . error_number is as obtained by ss_errno , the SilverScreen error number.

 

 

Parameters

error_number is any valid SilverScreen error number. buf is the address of a character array, which should be at least 80 characters in length.

 

 

Return Value

error_text returns buf .