DHookGetParamString

Last Updated2022-02-01
Created At2021-11-17

Get string param value

native void DHookGetParamString(Handle hParams, int num, char[] buffer, int size)

Parameters

Handle hParams
Handle to params structure
int num
Param number to get. (Example if the function has 2 params and you need the value of the first param num would be 1.)
char[] buffer
String buffer to store result
int size
Buffer size

Return Value

void

Error

Invalid handle. Invalid param number. Invalid param type.