Debugging Tools for Windows |
The GetTypeName method returns the type name of the typed data represented by this object.
PSTR
ExtRemoteData::GetTypeName(
void
) throw (...)
None
GetTypeName returns a string that contains the name of the type.
Note The returned string is part of a buffer maintained by the ExtExtension superclass of the global EXT_CLASS instance that is declared using EXT_DECLARE_GLOBALS. Subsequent calls to methods in the EngExtCpp extension framework API might overwrite this string.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.