Debugging Tools for Windows |
The EXT_COMMAND_METHOD macro declares an extension command from inside the definition of the EXT_CLASS class.
#define EXT_COMMAND_METHOD(_Name) \
void _Name (void);
This macro must be used inside the definition of the EXT_CLASS class.
The macro EXT_COMMAND should be used to define the extension command. As with all C++ declarations, the EXT_COMMAND_METHOD declaration should appear in the source files before the EXT_COMMAND definition.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.