TIBCO Adapter SDK C++ Reference
MChar::MChar
MChar
Creates an MChar based on an already existing MChar. Unicode is supported and encoding information must be supplied.
Parameters
Parameters Description
MChar const& refMChar Reference to an MChar of which you want to make a copy. The SDK supports a large number of encoding types. For a complete list, see the header file MEncoding.h. See MChar class description for a list of the most commonly used encoding types that are supported.
Declaration
MChar(MChar const& refMChar);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.