Function

Gumcpu_context_replace_nth_argument

Declaration [src]

void
gum_cpu_context_replace_nth_argument (
  GumCpuContext* self,
  guint n,
  gpointer value
)

Description

No description available.

Parameters

self

Type: GumCpuContext

No description available.

The data is owned by the caller of the function.
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 function.