JewcalGetErrorString

The JewcalGetErrorString function retrieves the description associated with an error code generated by JEWCAL.DLL.

void JewcalGetErrorString(DWORD dwErrorCode,
                          LPTSTR lpErrorString);

Parameters

dwErrorCode
Specifies the error code to look for.

lpErrorMessage
Must contain a pointer to a buffer with a size of JEWCAL_MAXERRORSTRING characters.

Return values

None.

See Also

Error codes