Home
last modified time | relevance | path

Searched refs:LPWSTR (Results 1 – 25 of 42) sorted by relevance

12

/external/lzma/CPP/Windows/
DSecurityUtils.cpp32 static void SetLsaString(LPWSTR src, PLSA_UNICODE_STRING dest) in SetLsaString()
58 LPWSTR ReferencedDomainName,
64 static PSID GetSid(LPWSTR accountName) in GetSid()
88LPWSTR domainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (domainLen + 1) * size… in GetSid()
DCommonDialog.cpp49 LPWSTR Buf;
52 CDoubleZeroStringListW(LPWSTR buf, unsigned size): Buf(buf), Size(size) {} in CDoubleZeroStringListW()
DErrorMsg.cpp35 NULL, errorCode, 0, (LPWSTR) &msgBuf, 0, NULL) == 0) in MyFormatMessage()
DShell.cpp105 UINT bufferSize = QueryFile(fileIndex, (LPWSTR)NULL, 0); in QueryFileName()
238 typedef BOOL (WINAPI * SHGetPathFromIDListWP)(LPCITEMIDLIST pidl, LPWSTR pszPath);
DShell.h70 UINT QueryFile(UINT fileIndex, LPWSTR fileName, UINT fileNameSize) in QueryFile()
DRegistry.h72 LONG QueryValue(LPCWSTR name, LPWSTR value, UInt32 &dataSize);
/external/icu/icu4c/source/i18n/
Dwinnmfmt.cpp85 … GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_IDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UINT)); in getNumberFormat()
86 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT)… in getNumberFormat()
97 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGNUMBER, (LPWSTR) &fmt->NegativeOrder, sizeof(… in getNumberFormat()
112 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UIN… in getCurrencyFormat()
113 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT)); in getCurrencyFormat()
124 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGCURR, (LPWSTR) &fmt->NegativeOrder, sizeof(U… in getCurrencyFormat()
125 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRENCY, (LPWSTR) &fmt->PositiveOrder, sizeof(U… in getCurrencyFormat()
128 GetLocaleInfoW(lcid, LOCALE_SCURRENCY, (LPWSTR) fmt->lpCurrencySymbol, 8); in getCurrencyFormat()
/external/mdnsresponder/mDNSWindows/SystemService/
DFirewall.h54 LPWSTR executable,
56 LPWSTR name
DFirewall.cpp385 LPWSTR executable, in mDNSAddToFirewall()
386 LPWSTR name in mDNSAddToFirewall()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.h260 int32_t _GetDefaultDeviceName(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen);
261 int32_t _GetListDeviceName(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen);
262 int32_t _GetDeviceName(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen);
263 int32_t _GetListDeviceID(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen);
264 int32_t _GetDefaultDeviceID(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen);
266 int32_t _GetDeviceID(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen);
/external/lzma/CPP/Windows/Control/
DListView.cpp71 ci.pszText = (LPWSTR)text; in InsertColumn()
83 item.pszText = (LPWSTR)text; in InsertItem()
93 item.pszText = (LPWSTR)text; in SetSubItem()
/external/curl/lib/
Didn_win32.c44 _Out_writes_opt_(cchASCIIChar) LPWSTR lpASCIICharStr,
50 _Out_writes_opt_(cchUnicodeChar) LPWSTR lpUnicodeCharStr,
/external/webrtc/webrtc/test/channel_transport/
Dtraffic_control_win.h38 typedef ULONG (WINAPI *openInterfaceFn)(LPWSTR, HANDLE, HANDLE, PHANDLE);
61 ULONG TcOpenInterfaceW(LPWSTR pInterfaceName, HANDLE ClientHandle,
Dtraffic_control_win.cc199 ULONG TrafficControlWindows::TcOpenInterfaceW(LPWSTR pInterfaceName, in TcOpenInterfaceW()
/external/skia/tools/
Dwin_lcid.cpp11 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { in MyFuncLocaleEx()
/external/libcups/cups/
Dtls-sspi.c65 static BOOL http_sspi_find_credentials(http_t *http, const LPWSTR containerName, const char *common…
67 static BOOL http_sspi_make_credentials(_http_sspi_t *sspi, const LPWSTR containerName, const char *…
1675 const LPWSTR container, /* I - Cert container name */ in http_sspi_find_credentials()
1692 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_find_credentials()
1696 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_find_credentials()
1873 const LPWSTR container, /* I - Cert container name */ in http_sspi_make_credentials()
1899 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_NEWKEYSET… in http_sspi_make_credentials()
1903 …if (!CryptAcquireContextW(&hProv, (LPWSTR)container, MS_DEF_PROV_W, PROV_RSA_FULL, CRYPT_MACHINE_K… in http_sspi_make_credentials()
1958 kpi.pwszContainerName = (LPWSTR)container; in http_sspi_make_credentials()
1991 ckp.pwszContainerName = (LPWSTR) container; in http_sspi_make_credentials()
/external/google-breakpad/src/common/windows/
Ddia_util.cc55 if (wcsncmp((LPWSTR)stream_name, name, stream_name.Length()) == 0) { in FindDebugStream()
/external/wpa_supplicant_8/wpa_supplicant/
Dmain_winmain.c15 #define CMDLINE LPWSTR
/external/skia/src/utils/win/
DSkDWrite.h44 typedef int (WINAPI *SkGetUserDefaultLocaleNameProc)(LPWSTR, int);
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c1382 LPWSTR q; in QueryCopyQuerySetTo()
1407 outQuerySet->lpszServiceInstanceName = (LPWSTR) dst; in QueryCopyQuerySetTo()
1408 q = (LPWSTR) dst; in QueryCopyQuerySetTo()
1435 outQuerySet->lpszComment = (LPWSTR) dst; in QueryCopyQuerySetTo()
1436 q = (LPWSTR) dst; in QueryCopyQuerySetTo()
1451 outQuerySet->lpszContext = (LPWSTR) dst; in QueryCopyQuerySetTo()
1452 q = (LPWSTR) dst; in QueryCopyQuerySetTo()
1474 outQuerySet->lpszQueryString = (LPWSTR) dst; in QueryCopyQuerySetTo()
1475 q = (LPWSTR) dst; in QueryCopyQuerySetTo()
/external/webrtc/webrtc/base/
Dproxydetect.cc98 LPWSTR lpszProxy; // proxy server list
99 LPWSTR lpszProxyBypass; // proxy bypass list
113 LPWSTR lpszAutoConfigUrl;
114 LPWSTR lpszProxy;
115 LPWSTR lpszProxyBypass;
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp209 LPWSTR in WinMain() argument
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc129 ASSERT_TRUE(::CreateProcessW(NULL, (LPWSTR)command_line.c_str(), NULL, NULL, in RunCommand()
/external/icu/icu4c/source/test/intltest/
Dwindttst.cpp123 …GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_RETURN_NUMBER|LOCALE_ICALENDARTYPE, (LPWSTR) calType, s… in testLocales()
/external/fmtlib/test/
Dutil-test.cc862 LPWSTR message = 0; in TEST()
866 reinterpret_cast<LPWSTR>(&message), 0, 0); in TEST()
882 LPWSTR message = 0; in TEST()
890 reinterpret_cast<LPWSTR>(&message), 0, 0) == 0) { in TEST()

12