Searched refs:LPWSTR (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/SystemService/
H A DFirewall.h54 LPWSTR executable,
56 LPWSTR name
H A DFirewall.cpp385 LPWSTR executable,
386 LPWSTR name
/macosx-10.10/iodbc-42.5/iodbc/include/
H A Dodbcinst.h240 LPWSTR lpszPathOut,
258 LPWSTR lpszErrorMsg,
270 LPWSTR szErrorMsg) DEPRECATED_IN_MAC_OS_X_VERSION_10_8_AND_LATER;
286 LPWSTR lpszPathOut,
306 LPWSTR lpszString,
322 LPWSTR lpszString) DEPRECATED_IN_MAC_OS_X_VERSION_10_8_AND_LATER;
362 LPWSTR lpszName,
365 LPWSTR lpszPath,
384 LPWSTR lpszPath,
394 LPWSTR lpszPat
[all...]
H A Diodbcunix.h132 typedef wchar_t * LPWSTR; typedef
/macosx-10.10/iodbc-42.5/iodbc/iodbcadm/
H A Diodbcadm.h92 SQLRETURN SQL_API iodbcdm_drvconn_dialboxw (HWND hwnd, LPWSTR szInOutConnStr,
98 SQLRETURN SQL_API _iodbcdm_drvchoose_dialboxw (HWND hwnd, LPWSTR szInOutConnStr,
103 SQLRETURN SQL_API _iodbcdm_trschoose_dialboxw (HWND hwnd, LPWSTR szInOutDrvStr,
122 typedef SQLRETURN SQL_API (*pDrvConnWFunc) (HWND hwnd, LPWSTR szInOutConnStr,
H A Ddrvconn.c89 typedef SQLRETURN SQL_API (*pDriverConnWFunc) (HWND hwnd, LPWSTR szInOutConnStr,
191 LPWSTR szInOutConnStr,
527 LPWSTR szInOutConnStr,
623 LPWSTR szInOutConnStr,
/macosx-10.10/bind9-45.101/bind9/bin/win32/BINDInstall/
H A DAccountInfo.cpp38 LPWSTR ServerName, /* machine to open policy on (Unicode) */
54 LPWSTR PrivilegeName, /* privilege to grant (Unicode) */
69 LPWSTR PrivilegeName /* Privilege to Add */
75 LPWSTR String /* source (Unicode) */
200 ui.usri1_name = (LPWSTR) &AccountName;
201 ui.usri1_password = (LPWSTR) &AccountPassword;
221 AddPrivilegeToAcccount(LPTSTR name, LPWSTR PrivilegeName) {
253 InitLsaString(PLSA_UNICODE_STRING LsaString, LPWSTR String){
270 OpenPolicy(LPWSTR ServerName, DWORD DesiredAccess, PLSA_HANDLE PolicyHandle){
282 * Make a LSA_UNICODE_STRING out of the LPWSTR passe
[all...]
/macosx-10.10/iodbc-42.5/iodbc/iodbcinst/
H A DSQLPostInstallerError.c107 SQLPostInstallerErrorW (DWORD fErrorCode, LPWSTR szErrorMsg)
H A DSQLInstallDriverManager.c108 SQLInstallDriverManagerW (LPWSTR lpszPath, WORD cbPathMax,
H A DSQLInstallerError.c155 SQLInstallerErrorW (WORD iError, DWORD * pfErrorCode, LPWSTR lpszErrorMsg,
H A DSQLGetInstalledDrivers.c201 dm_StrCopyOut2_A2W (sect[i], (LPWSTR) lpszBuf, cbBufMax, NULL);
239 SQLGetInstalledDriversW (LPWSTR lpszBuf, WORD cbBufMax, WORD FAR * pcbBufOut)
H A DSQLWriteFileDSN.c117 LPCWSTR lpszKeyName, LPWSTR lpszString)
H A DSQLReadFileDSN.c146 LPCWSTR lpszKeyName, LPWSTR lpszString, WORD cbString, WORD * pcbString)
H A DSQLGetPrivateProfileString.c264 LPCWSTR lpszDefault, LPWSTR lpszRetBuffer, int cbRetBuffer,
371 LPCWSTR lpszEntry, LPWSTR lpszBuffer, int cbBuffer, int *pcbBufOut)
H A DSQLGetTranslator.c287 LPWSTR lpszName,
290 LPWSTR lpszPath,
H A DSQLGetAvailableDrivers.c204 SQLGetAvailableDriversW (LPCWSTR lpszInfFile, LPWSTR lpszBuf, WORD cbBufMax,
H A DSQLInstallTranslator.c217 LPCWSTR lpszPathIn, LPWSTR lpszPathOut, WORD cbPathOutMax,
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dwinnmfmt.cpp83 GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_IDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UINT));
84 GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT));
95 GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGNUMBER, (LPWSTR) &fmt->NegativeOrder, sizeof(UINT));
110 GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UINT));
111 GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT));
122 GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGCURR, (LPWSTR) &fmt->NegativeOrder, sizeof(UINT));
123 GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRENCY, (LPWSTR) &fmt->PositiveOrder, sizeof(UINT));
126 GetLocaleInfoW(lcid, LOCALE_SCURRENCY, (LPWSTR) fmt->lpCurrencySymbol, 8);
/macosx-10.10/vim-55/src/
H A Ddosinst.h185 (LPWSTR)widename, BUFSIZE);
187 (LPWSTR)location) > (HINSTANCE)32)
189 WideCharToMultiByte(CP_ACP, 0, (LPWSTR)location, -1,
H A Dproto.h45 typedef LPSTR LPWSTR; typedef
/macosx-10.10/WTF-7600.1.24/wtf/win/
H A DRunLoopWin.cpp35 static const LPWSTR kRunLoopMessageWindowClassName = L"RunLoopMessageWindow";
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DContextMenuWin.cpp129 menuItem.dwTypeData = const_cast<LPWSTR>(wideCharTitle.data());
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Diconv.c269 LPWSTR ub;
294 if ((tz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)*tb, *tn)) && tz <= *tn)
311 while (!(tz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)fz, (LPWSTR)*tb, 0)))
338 ub = (LPWSTR)*fb;
340 else if (!(un = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)*tb, 0)))
342 else if (!(ub = (LPWSTR)malloc(un * sizeof(WCHAR))))
344 else if (!(un = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)*fn, (LPWSTR)ub, un)))
365 while (!(fz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)bz, (LPWSTR)ub, un)))
395 if (ub != (LPWSTR)*fb)
405 if (ub && ub != (LPWSTR)*f
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/win/
H A DPluginDatabaseWin.cpp42 BOOL PathRemoveFileSpec(LPWSTR moduleFileNameStr)
47 LPWSTR lastPos = 0;
48 LPWSTR curPos = moduleFileNameStr;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dwindttst.cpp123 GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_RETURN_NUMBER|LOCALE_ICALENDARTYPE, (LPWSTR) calType, sizeof(int32_t));

Completed in 270 milliseconds

123