Debugging Tools for Windows |
The GetArgU64 method returns the value of a named expression argument from the command line used to invoke the current extension command.
ULONG64
ExtExtension::GetArgU64(
IN PCSTR Name,
IN bool Required = true
) throw(...)
GetArgU64 returns the value of the named 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.