/reactos/modules/rostests/tests/wcstombs-tests/ |
H A D | wcstombs-tests.c | 201 ret = WideCharToMultiByte(1252, 0, &wc1, 1, &mbc, 1, NULL, bUsedDefaultChar); in Win32_Tests() 207 ret = WideCharToMultiByte(1252, 0, &wc2, 1, &mbc, 1, NULL, bUsedDefaultChar); in Win32_Tests() 213 ret = WideCharToMultiByte(1251, 0, &wc2, 1, &mbc, 1, NULL, bUsedDefaultChar); in Win32_Tests() 219 ret = WideCharToMultiByte(1251, 0, &wc1, 1, &mbc, 1, NULL, bUsedDefaultChar); in Win32_Tests() 246 ret = WideCharToMultiByte(1252, 0, wcs, -1, &mbc, 1, NULL, bUsedDefaultChar); in Win32_Tests() 285 ret = WideCharToMultiByte(950, 0, &wc1, 1, &mbc, 1, NULL, bUsedDefaultChar); in Win32_Tests() 298 ret = WideCharToMultiByte(950, 0, dbwcs, 1, &mbc, 1, NULL, bUsedDefaultChar); in Win32_Tests() 312 ret = WideCharToMultiByte(1252, 0, &wc2, 1, NULL, 0, NULL, bUsedDefaultChar); in Win32_Tests() 317 ret = WideCharToMultiByte(1252, 0, wcs, -1, NULL, 0, NULL, bUsedDefaultChar); in Win32_Tests() 322 ret = WideCharToMultiByte(950, 0, dbwcs, 1, NULL, 0, NULL, bUsedDefaultChar); in Win32_Tests() [all …]
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | codepage.c | 42 needed = WideCharToMultiByte(CP_ACP, 0, foobarW, -1, NULL, 0, NULL, NULL); in test_destination_buffer() 61 len = WideCharToMultiByte(CP_ACP, 0, foobarW, -1, buffer, needed, NULL, NULL); in test_destination_buffer() 76 len = WideCharToMultiByte(CP_ACP, 0, foobarW, -1, buffer, 1, NULL, NULL); in test_destination_buffer() 82 len = WideCharToMultiByte(CP_ACP, 0, foobarW, -1, buffer, 0, NULL, NULL); in test_destination_buffer() 87 len = WideCharToMultiByte(CP_ACP, 0, foobarW, -1, NULL, needed, NULL, NULL); in test_destination_buffer() 102 len = WideCharToMultiByte(CP_ACP, 0, NULL, 0, NULL, 0, NULL, NULL); in test_null_source() 109 len = WideCharToMultiByte(CP_ACP, 0, NULL, -1, NULL, 0, NULL, NULL); in test_null_source() 125 len = WideCharToMultiByte(CP_ACP, 0, foobarW, -2002, buf, 10, NULL, NULL); in test_negative_source_length() 157 len = WideCharToMultiByte(CP_ACP, 0, foobarW, -1, bufA, -1, NULL, NULL); in test_negative_dest_length() 170 len = WideCharToMultiByte(CP_ACP, 0, foobarW, -1, bufA, -1000, NULL, NULL); in test_negative_dest_length() [all …]
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | WideCharToMultiByte.c | 35 Ret = WideCharToMultiByte(CP_UTF8, 0, WideString, WideLen, NULL, 0, NULL, NULL); in Utf8Convert_() 39 Ret = WideCharToMultiByte(CP_UTF8, 0, WideString, WideLen + 1, NULL, 0, NULL, NULL); in Utf8Convert_() 44 Ret = WideCharToMultiByte(CP_UTF8, 0, WideString, WideLen, Buffer, sizeof(Buffer), NULL, NULL); in Utf8Convert_() 53 …Ret = WideCharToMultiByte(CP_UTF8, 0, WideString, WideLen + 1, Buffer, sizeof(Buffer), NULL, NULL); in Utf8Convert_() 62 …Ret = WideCharToMultiByte(CP_UTF8, WC_ERR_INVALID_CHARS, WideString, WideLen + 1, NULL, 0, NULL, N… in Utf8Convert_() 82 …Ret = WideCharToMultiByte(CP_UTF8, WC_ERR_INVALID_CHARS, WideString, WideLen + 1, Buffer, sizeof(B… in Utf8Convert_() 170 START_TEST(WideCharToMultiByte) in START_TEST() argument
|
/reactos/dll/win32/schannel/ |
H A D | secur32_wine.c | 142 bytesNeeded += WideCharToMultiByte(CP_ACP, 0, info[i].Name, in thunk_PSecPkgInfoWToA() 145 bytesNeeded += WideCharToMultiByte(CP_ACP, 0, info[i].Comment, in thunk_PSecPkgInfoWToA() 166 bytes = WideCharToMultiByte(CP_ACP, 0, info[i].Name, -1, in thunk_PSecPkgInfoWToA() 168 WideCharToMultiByte(CP_ACP, 0, info[i].Name, -1, in thunk_PSecPkgInfoWToA() 180 bytes = WideCharToMultiByte(CP_ACP, 0, info[i].Comment, -1, in thunk_PSecPkgInfoWToA() 182 WideCharToMultiByte(CP_ACP, 0, info[i].Comment, -1, in thunk_PSecPkgInfoWToA() 274 int charsNeeded = WideCharToMultiByte(CP_ACP, 0, str, -1, NULL, 0, in SECUR32_AllocMultiByteFromWide() 281 WideCharToMultiByte(CP_ACP, 0, str, -1, ret, charsNeeded, in SECUR32_AllocMultiByteFromWide()
|
/reactos/dll/win32/dnsapi/ |
H A D | precomp.h | 96 DWORD len = WideCharToMultiByte( CP_ACP, 0, str, -1, NULL, 0, NULL, NULL ); in dns_strdup_wa() 98 WideCharToMultiByte( CP_ACP, 0, str, -1, ret, len, NULL, NULL ); in dns_strdup_wa() 108 DWORD len = WideCharToMultiByte( CP_UTF8, 0, str, -1, NULL, 0, NULL, NULL ); in dns_strdup_wu() 110 WideCharToMultiByte( CP_UTF8, 0, str, -1, ret, len, NULL, NULL ); in dns_strdup_wu()
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | lsa.c | 101 … len = WideCharToMultiByte( CP_ACP, 0, primary_domain_info->Name.Buffer, -1, NULL, 0, NULL, NULL ); in test_lsa() 103 … WideCharToMultiByte( CP_ACP, 0, primary_domain_info->Name.Buffer, -1, name, len, NULL, NULL ); in test_lsa() 139 len = WideCharToMultiByte( CP_ACP, 0, guidstrW, -1, NULL, 0, NULL, NULL ); in test_lsa() 141 WideCharToMultiByte( CP_ACP, 0, guidstrW, -1, guidstr, len, NULL, NULL ); in test_lsa() 143 … len = WideCharToMultiByte( CP_ACP, 0, dns_domain_info->Name.Buffer, -1, NULL, 0, NULL, NULL ); in test_lsa() 145 … WideCharToMultiByte( CP_ACP, 0, dns_domain_info->Name.Buffer, -1, name, len, NULL, NULL ); in test_lsa() 148 …len = WideCharToMultiByte( CP_ACP, 0, dns_domain_info->DnsDomainName.Buffer, -1, NULL, 0, NULL, NU… in test_lsa() 150 …WideCharToMultiByte( CP_ACP, 0, dns_domain_info->DnsDomainName.Buffer, -1, domain, len, NULL, NULL… in test_lsa() 153 …len = WideCharToMultiByte( CP_ACP, 0, dns_domain_info->DnsForestName.Buffer, -1, NULL, 0, NULL, NU… in test_lsa() 155 …WideCharToMultiByte( CP_ACP, 0, dns_domain_info->DnsForestName.Buffer, -1, forest, len, NULL, NULL… in test_lsa()
|
/reactos/dll/win32/comctl32/ |
H A D | comctl32undoc.c | 400 DWORD len = WideCharToMultiByte(CP_ACP, 0, lpData, -1, in FindMRUData() 403 WideCharToMultiByte(CP_ACP, 0, lpData, -1, dataA, len, NULL, NULL); in FindMRUData() 416 DWORD len = WideCharToMultiByte(CP_ACP, 0, in FindMRUData() 421 WideCharToMultiByte(CP_ACP, 0, (LPWSTR)&mp->array[i]->datastart, -1, in FindMRUData() 879 lenA = WideCharToMultiByte(CP_ACP, 0, (LPWSTR)&witem->datastart, -1, in EnumMRUListA() 882 WideCharToMultiByte(CP_ACP, 0, (LPWSTR)&witem->datastart, -1, in EnumMRUListA() 913 return WideCharToMultiByte(CP_ACP, 0, lpSrc, -1, 0, 0, NULL, NULL); in Str_GetPtrWtoA() 923 len = WideCharToMultiByte(CP_ACP, 0, lpSrc, -1, 0, 0, NULL, NULL); in Str_GetPtrWtoA() 927 WideCharToMultiByte(CP_ACP, 0, lpSrc, -1, lpDest, len, NULL, NULL); in Str_GetPtrWtoA() 1035 INT len = WideCharToMultiByte(CP_ACP,0,lpSrc,-1,NULL,0,NULL,FALSE); in Str_SetPtrWtoA() [all …]
|
/reactos/dll/win32/setupapi/ |
H A D | query.c | 237 WideCharToMultiByte(CP_ACP, 0, filenameW, -1, ReturnBuffer, size, NULL, NULL); in SetupQueryInfFileInformationA() 312 size = WideCharToMultiByte( CP_ACP, 0, bufferW, -1, NULL, 0, NULL, NULL ); in SetupGetSourceFileLocationA() 318 WideCharToMultiByte( CP_ACP, 0, bufferW, -1, buffer, buffer_size, NULL, NULL ); in SetupGetSourceFileLocationA() 440 size = WideCharToMultiByte( CP_ACP, 0, bufferW, -1, NULL, 0, NULL, NULL ); in SetupGetSourceInfoA() 446 WideCharToMultiByte( CP_ACP, 0, bufferW, -1, buffer, buffer_size, NULL, NULL ); in SetupGetSourceInfoA() 538 size = WideCharToMultiByte( CP_ACP, 0, bufferW, -1, NULL, 0, NULL, NULL ); in SetupGetTargetPathA() 544 WideCharToMultiByte( CP_ACP, 0, bufferW, -1, buffer, buffer_size, NULL, NULL ); in SetupGetTargetPathA() 634 WideCharToMultiByte(CP_ACP, 0, OriginalFileInfoW.OriginalInfName, -1, in SetupQueryInfOriginalFileInformationA() 636 WideCharToMultiByte(CP_ACP, 0, OriginalFileInfoW.OriginalCatalogName, -1, in SetupQueryInfOriginalFileInformationA()
|
/reactos/dll/win32/secur32/ |
H A D | sspi.c | 181 int charsNeeded = WideCharToMultiByte(CP_ACP, 0, str, -1, NULL, 0, in SECUR32_AllocMultiByteFromWide() 188 WideCharToMultiByte(CP_ACP, 0, str, -1, ret, charsNeeded, in SECUR32_AllocMultiByteFromWide() 798 bytesNeeded += WideCharToMultiByte(CP_ACP, 0, info[i].Name, in thunk_PSecPkgInfoWToA() 801 bytesNeeded += WideCharToMultiByte(CP_ACP, 0, info[i].Comment, in thunk_PSecPkgInfoWToA() 822 bytes = WideCharToMultiByte(CP_ACP, 0, info[i].Name, -1, in thunk_PSecPkgInfoWToA() 824 WideCharToMultiByte(CP_ACP, 0, info[i].Name, -1, in thunk_PSecPkgInfoWToA() 836 bytes = WideCharToMultiByte(CP_ACP, 0, info[i].Comment, -1, in thunk_PSecPkgInfoWToA() 838 WideCharToMultiByte(CP_ACP, 0, info[i].Comment, -1, in thunk_PSecPkgInfoWToA() 915 ULONG len = WideCharToMultiByte(CP_ACP, 0, bufferW, -1, NULL, 0, NULL, NULL); in GetComputerObjectNameA() 916 WideCharToMultiByte(CP_ACP, 0, bufferW, -1, lpNameBuffer, *nSize, NULL, NULL); in GetComputerObjectNameA() [all …]
|
/reactos/win32ss/printing/base/winspool/ |
H A D | monitors.c | 240 needed += WideCharToMultiByte(CP_ACP, 0, mi2w->pName, -1, in EnumMonitorsA() 244 needed += WideCharToMultiByte(CP_ACP, 0, mi2w->pEnvironment, -1, in EnumMonitorsA() 246 needed += WideCharToMultiByte(CP_ACP, 0, mi2w->pDLLName, -1, in EnumMonitorsA() 273 len = WideCharToMultiByte(CP_ACP, 0, mi2w->pName, -1, in EnumMonitorsA() 280 len = WideCharToMultiByte(CP_ACP, 0, mi2w->pEnvironment, -1, in EnumMonitorsA() 286 len = WideCharToMultiByte(CP_ACP, 0, mi2w->pDLLName, -1, in EnumMonitorsA()
|
H A D | printers.c | 1529 … WideCharToMultiByte(CP_ACP, 0, ppi1w[i].pName, -1, pszName, cch + 1, NULL, NULL); in EnumPrintersA() 1958 WideCharToMultiByte(CP_ACP, 0, pwszBuffer, -1, pszBuffer, *pcchBuffer, NULL, NULL); in GetDefaultPrinterA() 2135 WideCharToMultiByte(CP_ACP, 0, ppi1w->pName, -1, pszName, cch + 1, NULL, NULL); in GetPrinterA() 2156 … WideCharToMultiByte(CP_ACP, 0, ppi1w->pComment, -1, pszComment, cch + 1, NULL, NULL); in GetPrinterA() 2244 … WideCharToMultiByte(CP_ACP, 0, ppi2w->pPortName, -1, pszPortName, cch + 1, NULL, NULL); in GetPrinterA() 2286 … WideCharToMultiByte(CP_ACP, 0, ppi2w->pComment, -1, pszComment, cch + 1, NULL, NULL); in GetPrinterA() 2307 … WideCharToMultiByte(CP_ACP, 0, ppi2w->pLocation, -1, pszLocation, cch + 1, NULL, NULL); in GetPrinterA() 2328 … WideCharToMultiByte(CP_ACP, 0, ppi2w->pSepFile, -1, pszSepFile, cch + 1, NULL, NULL); in GetPrinterA() 2370 … WideCharToMultiByte(CP_ACP, 0, ppi2w->pDatatype, -1, pszDatatype, cch + 1, NULL, NULL); in GetPrinterA() 3701 DWORD len = WideCharToMultiByte(CP_ACP, 0, retW, -1, NULL, 0, NULL, NULL); in StartDocDlgA() [all …]
|
H A D | utils.c | 58 WideCharToMultiByte(CP_ACP, 0, pwszField, -1, pszTemp, cch + 1, NULL, NULL); in UnicodeToAnsiInPlace() 90 len = WideCharToMultiByte(CP_ACP, 0, pwszzField, lenW, NULL, 0, NULL, NULL); in UnicodeToAnsiZZInPlace() 94 WideCharToMultiByte(CP_ACP, 0, pwszzField, lenW, pszTemp, len, NULL, NULL); in UnicodeToAnsiZZInPlace()
|
/reactos/dll/win32/dbghelp/ |
H A D | path.c | 284 WideCharToMultiByte(CP_ACP, 0, bufferW, -1, buffer, MAX_PATH, NULL, NULL); in SearchTreeForFile() 319 WideCharToMultiByte(CP_ACP, 0, name, -1, edt->name, MAX_PATH, NULL, NULL); in enum_dir_treeWA() 337 WideCharToMultiByte(CP_ACP, 0, bufferW, -1, buffer, MAX_PATH, NULL, NULL); in EnumDirTree() 447 WideCharToMultiByte(CP_ACP, 0, bufferW, -1, buffer, MAX_PATH, NULL, NULL); in SymFindFileInPath() 531 WideCharToMultiByte(CP_ACP, 0, buffer, -1, fn, MAX_PATH, NULL, NULL); in module_find_cb() 680 len = WideCharToMultiByte(CP_UNIXCP, 0, filename, -1, NULL, 0, NULL, NULL); in get_dos_file_name() 682 WideCharToMultiByte(CP_UNIXCP, 0, filename, -1, unix_path, len, NULL, NULL); in get_dos_file_name() 793 size = WideCharToMultiByte(CP_UNIXCP, 0, name, -1, NULL, 0, NULL, NULL) in search_unix_path() 794 + WideCharToMultiByte(CP_UNIXCP, 0, path, -1, NULL, 0, NULL, NULL); in search_unix_path() 802 len = WideCharToMultiByte(CP_UNIXCP, 0, iter, next - iter, buf, size, NULL, NULL); in search_unix_path() [all …]
|
/reactos/dll/win32/version/ |
H A D | version.c | 1043 len = WideCharToMultiByte(CP_ACP, 0, *lplpBuffer, value_len, in VerQueryValueA() 1081 len = WideCharToMultiByte(CP_ACP, 0, lpSubBlock, -1, NULL, 0, NULL, NULL); in VerQueryValueW() 1170 pathlen = WideCharToMultiByte( CP_ACP, 0, path, -1, NULL, 0, NULL, NULL ); in testFileExistenceW() 1171 filelen = WideCharToMultiByte( CP_ACP, 0, file, -1, NULL, 0, NULL, NULL ); in testFileExistenceW() 1174 WideCharToMultiByte( CP_ACP, 0, path, -1, filename, pathlen, NULL, NULL ); in testFileExistenceW() 1636 len = WideCharToMultiByte( CP_ACP, 0, srcdir, -1, NULL, 0, NULL, NULL ); in VerInstallFileW() 1638 WideCharToMultiByte( CP_ACP, 0, srcdir, -1, wsrcd, len, NULL, NULL ); in VerInstallFileW() 1652 len = WideCharToMultiByte( CP_ACP, 0, destdir, -1, NULL, 0, NULL, NULL ); in VerInstallFileW() 1654 WideCharToMultiByte( CP_ACP, 0, destdir, -1, wdestd, len, NULL, NULL ); in VerInstallFileW() 1660 len = WideCharToMultiByte( CP_ACP, 0, curdir, -1, NULL, 0, NULL, NULL ); in VerInstallFileW() [all …]
|
/reactos/dll/win32/advpack/ |
H A D | advpack_private.h | 37 size_t size = WideCharToMultiByte(CP_ACP, 0, str, -1, NULL, 0, NULL, NULL); in heap_strdupWtoA() 40 WideCharToMultiByte(CP_ACP, 0, str, -1, ret, size, NULL, NULL); in heap_strdupWtoA()
|
/reactos/modules/rostests/rosautotest/ |
H A D | tools.cpp | 201 WideCharToMultiByte(CP_ACP, 0, Buffer, Length + 1, AsciiBuffer, Length + 1, NULL, NULL); in GetINIValue() 267 Length = WideCharToMultiByte(CP_ACP, 0, UnicodeString, -1, NULL, 0, NULL, NULL); in UnicodeToAscii() 270 WideCharToMultiByte(CP_ACP, 0, UnicodeString, -1, AsciiString, Length, NULL, NULL); in UnicodeToAscii()
|
/reactos/win32ss/user/user32/windows/ |
H A D | text.c | 67 len = WideCharToMultiByte(CP_ACP, 0, strW, lenW, str, len, NULL, NULL); in CharLowerBuffA() 222 WideCharToMultiByte(CP_OEMCP, 0, bufW, len, d, len, NULL, NULL); in CharToOemBuffA() 237 WideCharToMultiByte(CP_OEMCP, 0, s, len, d, len, NULL, NULL); in CharToOemBuffW() 294 len = WideCharToMultiByte(CP_ACP, 0, strW, lenW, str, len, NULL, NULL); in CharUpperBuffA() 440 WideCharToMultiByte(CP_ACP, 0, bufW, len, d, len, NULL, NULL); in OemToCharBuffA()
|
/reactos/win32ss/user/user32/misc/ |
H A D | display.c | 49 WideCharToMultiByte(CP_ACP, 0, DisplayDeviceW.DeviceName, -1, in EnumDisplayDevicesA() 53 WideCharToMultiByte(CP_ACP, 0, DisplayDeviceW.DeviceString, -1, in EnumDisplayDevicesA() 57 WideCharToMultiByte(CP_ACP, 0, DisplayDeviceW.DeviceID, -1, in EnumDisplayDevicesA() 61 WideCharToMultiByte(CP_ACP, 0, DisplayDeviceW.DeviceKey, -1, in EnumDisplayDevicesA() 230 #define COPYS(f,len) WideCharToMultiByte(CP_THREAD_ACP, 0, lpExtendedDevMode->f, len, (LPSTR)lpDevM… in EnumDisplaySettingsExA() 450 res = WideCharToMultiByte(CP_THREAD_ACP, 0, miExW.szDevice, -1, in GetMonitorInfoA()
|
/reactos/dll/win32/comdlg32/ |
H A D | finddlg.c | 525 len = WideCharToMultiByte( CP_ACP, 0, pfr->lpstrFindWhat, pfr->wFindWhatLen, in FindTextW() 534 WideCharToMultiByte( CP_ACP, 0, pfr->lpstrFindWhat, pfr->wFindWhatLen, in FindTextW() 559 len1 = WideCharToMultiByte( CP_ACP, 0, pfr->lpstrFindWhat, pfr->wFindWhatLen, in ReplaceTextW() 561 len2 = WideCharToMultiByte( CP_ACP, 0, pfr->lpstrReplaceWith, pfr->wReplaceWithLen, in ReplaceTextW() 572 WideCharToMultiByte( CP_ACP, 0, pfr->lpstrFindWhat, pfr->wFindWhatLen, in ReplaceTextW() 574 WideCharToMultiByte( CP_ACP, 0, pfr->lpstrReplaceWith, pfr->wReplaceWithLen, in ReplaceTextW()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | utils.c | 377 #define COPYS(f,len) WideCharToMultiByte ( CP_THREAD_ACP, 0, pW->f, len, pA->f, len, NULL, NULL ) in LogFontW2A() 406 WideCharToMultiByte( CP_THREAD_ACP, 0, fontW->elfFullName, -1, in EnumLogFontExW2A() 409 WideCharToMultiByte( CP_THREAD_ACP, 0, fontW->elfStyle, -1, in EnumLogFontExW2A() 412 WideCharToMultiByte( CP_THREAD_ACP, 0, fontW->elfScript, -1, in EnumLogFontExW2A()
|
/reactos/dll/win32/winhttp/ |
H A D | winhttp_private.h | 333 int len = WideCharToMultiByte( CP_ACP, 0, src, -1, NULL, 0, NULL, NULL ); in strdupWA() 335 WideCharToMultiByte( CP_ACP, 0, src, -1, dst, len, NULL, NULL ); in strdupWA() 345 int len = WideCharToMultiByte( CP_ACP, 0, src, size, NULL, 0, NULL, NULL ) + 1; in strdupWA_sized() 348 WideCharToMultiByte( CP_ACP, 0, src, len, dst, size, NULL, NULL ); in strdupWA_sized()
|
/reactos/modules/rosapps/applications/cmdutils/arping/ |
H A D | arping.c | 93 AnsiLength = WideCharToMultiByte(CP_ACP, 0, pBuf, DataLength,\ in FormatOutput() 99 AnsiLength = WideCharToMultiByte(CP_OEMCP, 0, pBuf, DataLength,\ in FormatOutput() 234 if (!WideCharToMultiByte(CP_ACP, 0, TargetName, -1, aTargetName, in Setup() 261 if (!WideCharToMultiByte(CP_ACP, 0, SourceName, -1, aTargetName, in Setup()
|
/reactos/dll/win32/rasadhlp/ |
H A D | winsock.c | 72 WideCharToMultiByte(CP_ACP, in WSAttemptAutodialName() 90 WideCharToMultiByte(CP_ACP, in WSAttemptAutodialName()
|
/reactos/dll/cpl/inetcpl/ |
H A D | connections.c | 76 proxy_server_len = WideCharToMultiByte(CP_UTF8, 0, proxy_server, -1, in create_connection_settings() 86 pac_url_len = WideCharToMultiByte(CP_UTF8, 0, pac_url, -1, in create_connection_settings() 107 WideCharToMultiByte(CP_UTF8, 0, proxy_server, -1, in create_connection_settings() 116 WideCharToMultiByte(CP_UTF8, 0, pac_url, -1, in create_connection_settings()
|
/reactos/dll/directx/wine/dsound/ |
H A D | propset.c | 343 modlen = WideCharToMultiByte(CP_ACP, 0, dataW->Module, -1, NULL, 0, NULL, NULL); in DSPROPERTY_descWtoA() 344 desclen = WideCharToMultiByte(CP_ACP, 0, dataW->Description, -1, NULL, 0, NULL, NULL); in DSPROPERTY_descWtoA() 360 WideCharToMultiByte(CP_ACP, 0, dataW->Module, -1, dataA->Module, modlen, NULL, NULL); in DSPROPERTY_descWtoA() 361 WideCharToMultiByte(CP_ACP, 0, dataW->Description, -1, dataA->Description, desclen, NULL, NULL); in DSPROPERTY_descWtoA() 371 …WideCharToMultiByte(CP_ACP, 0, data1->DescriptionW, -1, data1->DescriptionA, sizeof(data1->Descrip… in DSPROPERTY_descWto1() 372 …WideCharToMultiByte(CP_ACP, 0, data1->ModuleW, -1, data1->ModuleA, sizeof(data1->ModuleA)-1, NULL,… in DSPROPERTY_descWto1()
|