Declare PtrSafe Function MultiByteToWideChar Lib "kernel32" (ByVal CodePage As Long, _ ByVal dwFlags As Long, ByVal lpMultiByteStr As String, ByVal cbMultiByte As Long, _ ByVal lpWideCharStr As String, ByVal cchWideChar As Long) As Long Declare PtrSafe Function WideCharToMultiByte Lib "kernel32" (ByVal CodePage As Long, _ ByVal dwFlags As Long, ByVal lpWideCharStr As LongPtr, ByVal c..