Debugging Tools for Windows

ExtRemoteTyped::GetTypeName

The GetTypeName method returns the type name of the typed data represented by this object.

PSTR
  ExtRemoteData::GetTypeName(
    void
    ) throw (...)

Parameters

None

Return Value

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.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

EXT_CLASS, EXT_DECLARE_GLOBALS, ExtExtension

Build machine: CAPEBUILD