Method

GumInvocationContextreplace_nth_argument

Declaration [src]

void
gum_invocation_context_replace_nth_argument (
  GumInvocationContext* context,
  guint n,
  gpointer value
)

Description

No description available.

Parameters

n

Type: guint

No description available.

value

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the method.