Function: Utf16ToOemBuffer

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