Debugging Tools for Windows

GetRawArgStr

The GetRawArgStr method returns a string that represents the arguments passed to the extension command.

PCSTR
  ExtExtension::GetRawArgStr(
    void
    )

Parameters

None

Return Value

GetRawArgStr returns a string that represents the arguments passed to the extension command. In particular, if the extension command was called from a command line, this string contains the portion of the command line that follows the extension command. The return value can be NULL or empty.

Comments

For an overview of argument parsing in the EngExtCpp extensions framework, see Parsing Extension Arguments.

The string returned by this method is only meaningful during the execution of the current extension command.

This method should only be called during the execution of an extension command provided by this class.

Requirements

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

Build machine: CAPEBUILD