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-2011 Quality Software Components Ltd