Debugging Tools for Windows |
The SetArgU64 method sets a named expression argument for the current expression command.
bool
ExtExtension::SetArgU64(
IN PCSTR Name,
IN ULONG64 Arg,
IN bool OnlyIfUnset = false
) throw(...)
SetArgU64 returns true if the argument was changed; false otherwise.
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.