native
GetHamReturnString
Syntax
native GetHamReturnString(output[], size);
Description
Gets the return value of a hook for hooks that return strings.
Parameters
| output | The buffer to store the string in. |
|---|---|
| size | The string size of the buffer. |
native
native GetHamReturnString(output[], size);
Gets the return value of a hook for hooks that return strings.
| output | The buffer to store the string in. |
|---|---|
| size | The string size of the buffer. |