Function: OemToUtf8Buffer
Module location:
CharTranslate.pkg
line
123 (view source)
Address
OemToUtf8Buffer(Address pOemBuf Integer iLen)
Converts a OEM string to UTF-8 pOemBuf = Pointer to OEM string iLen = Length of OEM string in bytes Returns pointer to UTF-8 string, use free() to deallocate buffer when it's no longer needed