Debugging Tools for Windows

GetUnnamedArgU64

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(...)

Parameters

Index
Specifies the index of the argument. The command-line description used in EXT_COMMAND must specify that the type of this argument is string. Index should be between zero and the number of unnamed arguments returned by GetNumUnnamedArgs minus one (unnamed arguments - 1).

Return Value

GetUnnamedArgU64 returns the value of the unnamed expression argument.

Comments

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.

Requirements

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

See Also

EXT_COMMAND, GetNumUnnamedArgs

Build machine: CAPEBUILD