Function: OemToUtf16Buffer

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