INtime SDK Help
CfgErrorShort

Get a textual description for an error number.

LPCSTR CfgErrorShort(
DWORD err
);

Parameters

err
(in) The error value.

Return values

A pointer to a static array holding the error text. Its content is valid until next call of this function..

Remarks

Get a short description for an error code received by one of the other cfgfile functions. The string resides in static memory, so it should not be freed or used to change the string.

See Also

cfgfile