The JewcalGetErrorString function retrieves the description associated with an error code generated by JEWCAL.DLL.
void JewcalGetErrorString(DWORD dwErrorCode,
LPTSTR lpErrorString);
| Specifies the error code to look for. |
| Must contain a pointer to a buffer with a size of JEWCAL_MAXERRORSTRING characters. |
None.