Source position: dbf_wtil.pas line 281
function MultiByteToWideChar(
CodePage: DWORD;
dwFlags: DWORD;
const lpMultiByteStr: LPCSTR;
cchMultiByte: Integer;
lpWideCharStr: LPWSTR;
cchWideChar: Integer
):Integer;