Debugging Tools for Windows

EXT_COMMAND_METHOD

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);

Parameters

_Name
The name of the extension command. As with all extension commands, the name must consist entirely of lowercase letters.

Comments

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.

Requirements

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

See Also

EXT_CLASS, EXT_COMMAND

Build machine: CAPEBUILD