TIBCO Adapter SDK C++ Reference
MMessageBundle::getMessage
MMessageBundle
Return the message associated with this errorCode. Perform substitution on the message text.
Parameters
Parameters Description
MString const & errorCode Use this argument to look up the information.
MString const & argString1 Substitution variable for value contained in the message description.
MString const & argString2 Substitution variable for value contained in the message description.
MString const & argString3 Substitution variable for value contained in the message description.
MString const & argString4 Substitution variable for value contained in the message description.
Declaration
static MString getMessage(MString const & errorCode, MString const & argString1, MString const & argString2, MString const & argString3, MString const & argString4);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.