DHookGetParamObjectPtrString Function

Gets an objects string variable value

void DHookGetParamObjectPtrString(Handle hParams, int num, int offset, ObjectValueType type, char[] buffer, int size)

Parameters

Handle hParams

Handle to params structure

int num

Param number to get.

int offset

Offset within the object to the var to get.

ObjectValueType type

Type of var it is

char[] buffer

Buffer to store the result vector

int size

Size of the buffer

Errors

Invalid handle. Invalid param number. Invalid param type. Invalid Object type.