Function GetErrorCodeMessage

TMSi Data Acquisition SDK

 
TMS International BV

GetErrorCodeMessage

const char* APIENTRY GetErrorCodeMessage( 
IN void* Handle,
IN int ErrorCode )
);

Parameters

Handle
   
Handle of the library
ErrorCode
   
Error code from which the message is wanted

    

Return Value

This function returns the error message (in English) for the given error code.

Comments

This function should only be called if you want the error message string for the error code given by the GetErrorCode function. The strings given by GetErrorCodeMessage should not be displayed in any application. The returned char pointer should not be freed.

 

Also see

GetErrorCode