TCDVcsErrorString
Return to Introduction  Previous page  Next page
Most functions in the TC API return integer error codes. This function returns a string describing the error code.

Delphi (TCDirectIntf.pas)

function VcsErrorString( ErrorCode: Integer ): String;  

Parameters

Name
Description
ErrorCode
The error code returned by an API function call.


Return Value

The string representation of the passed Error Code.

Exported

function TCDVcsErrorString( ErrorCode: Integer; const ErrorString: PChar; var Size: Integer ): Integer; stdcall;  


 


© 1995-2018 MCN Software