Debugging Tools for Windows |
The GetUnnamedArgU64 method returns the value of an unnamed expression argument from the command line used to invoke the current extension command.
ULONG64
ExtExtension::GetUnnamedArgU64(
IN ULONG Index
) throw(...)
GetUnnamedArgU64 returns the value of the unnamed expression argument.
For an overview of argument parsing in the EngExtCpp extensions framework, see Parsing Extension Arguments.
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.