HexToWord

Synopsis #

Header: fxcg/misc.h
Syscall index: 0x1345
Function signature: void HexToWord(unsigned char* value, unsigned short* result)

Converts the hexadecimal representation of a unsigned short to a unsigned short.\

Parameters #

  • value - pointer to a string containing the hexadecimal representation.
  • result - pointer to variable that will receive the conversion result.