Debugging Tools for Windows |
The GetUnnamedArgStr method returns an unnamed string argument from the command line used to invoke the current extension command.
PCSTR
ExtExtension::GetUnnamedArgStr(
IN ULONG Index
) throw(...)
GetUnnamedArgStr returns the unnamed string argument.
For an overview of argument parsing in the EngExtCpp extensions framework, see Parsing Extension Arguments.
The string returned by GetUnnamedArgStr 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.
Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.