DHookGetParamString Function

Get string param value

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

Errors

Invalid handle. Invalid param number. Invalid param type.