ErrorMsg::GetApplicationErrorCodeString

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This method converts the current error code to a human-readable string, assuming that the error code is referring to an application-level error.

Syntax

TCHAR* GetApplicationErrorCodeString();

Parameters

None.

Return Value

Returns a TCHAR that contains the current error code in a human-readable string. If the error code is not one of the application-level error codes, returns the string "UNKNOWN APPLICATION ERROR TYPE".

Requirements

Header DBRLib.h
Library DBRLib.lib
Windows Embedded CE Windows CE 5.0, Windows Embedded NavReady 2009

See Also

Reference

MSN Direct Error Code Constants
ErrorMsg::GetErrorCode
ErrorMsg Class