function::set_ulong_arg - Linux


Overview

function::set_ulong_arg: Sets an argument as a 64-bit unsigned integer value.

Syntax

function::set_ulong_arg <func> <arg> <value>

| Argument | Description |
|—|—|
| func | The function to set the argument of. |
| arg | The argument to set. |
| value | The value to set the argument to. |

Options/Flags

None.

Examples

function::set_ulong_arg myFunction myArg 12345

Common Issues

  • Error: function::set_ulong_arg: argument not found

    Solution: Ensure that the specified arg is a valid argument of the func.

Integration

This command can be used with other commands, such as function::call, to set arguments for functions.

Related Commands

  • function::set_arg: Sets an argument to a string value.
  • function::set_int_arg: Sets an argument to a 32-bit signed integer value.
  • function::set_double_arg: Sets an argument to a double-precision floating-point value.