Get a textual description for an error number.
LPCSTR CfgErrorShort(
DWORD err
);
err
A pointer to a static array holding the error text. Its content is valid until next call of this function..
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.