ErrorMsg::GetProtocolErrorCodeString

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 refers to a protocol-level error.

Syntax

TCHAR* GetProtocolErrorCodeString();

Parameters

None.

Return Value

Returns a TCHAR that contains the error code in a human-readable string. If the error code is not one of the protocol-level error codes, returns the string "UNKNOWN PROTOCOL 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