HomeSort by relevance Sort by last modified time
    Searched refs:LPWSTR (Results 176 - 200 of 329) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/lzma/CPP/Windows/
Shell.cpp 106 UINT bufferSize = QueryFile(fileIndex, (LPWSTR)NULL, 0);
243 typedef BOOL (WINAPI * SHGetPathFromIDListWP)(LPCITEMIDLIST pidl, LPWSTR pszPath);
  /external/mdnsresponder/mDNSWindows/SystemService/
Firewall.cpp 385 LPWSTR executable,
386 LPWSTR name
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsadmin.h 49 LPWSTR lpszWizTitle;
50 LPWSTR lpszContDisplayName;
dxdiag.h 84 STDMETHOD(EnumChildContainerNames)(THIS_ DWORD dwIndex, LPWSTR pwszContainer, DWORD cchContainer) PURE;
87 STDMETHOD(EnumPropNames)(THIS_ DWORD dwIndex, LPWSTR pwszPropName, DWORD cchPropName) PURE;
fwptypes.h 289 LPWSTR unicodeString;
328 LPWSTR unicodeString;
httpext.h 191 LPWSTR pszCustomUserName;
196 LPWSTR pszUrl;
minwinbase.h 187 LPWSTR *ReasonStrings;
189 LPWSTR SimpleReasonString;
wdspxe.h 71 LPWSTR pwszName;
72 LPWSTR pwszFilePath;
wtypesbase.h 60 typedef WCHAR *LPWSTR;
197 LPWSTR pwszServerPrincName;
mshtmhst.h 138 STDAPI ShowHTMLDialog (HWND hwndParent, IMoniker *pMk, VARIANT *pvarArgIn, LPWSTR pchOptions, VARIANT *pvarArgOut);
139 STDAPI ShowHTMLDialogEx (HWND hwndParent, IMoniker *pMk, DWORD dwDialogFlags, VARIANT *pvarArgIn, LPWSTR pchOptions, VARIANT *pvarArgOut);
375 LPWSTR pchURLIn,
376 LPWSTR *ppchURLOut) = 0;
469 LPWSTR pchURLIn,
470 LPWSTR *ppchURLOut);
556 static FORCEINLINE HRESULT IDocHostUIHandler_TranslateUrl(IDocHostUIHandler* This,DWORD dwTranslate,LPWSTR pchURLIn,LPWSTR *ppchURLOut) {
685 LPWSTR pchURLIn,
686 LPWSTR *ppchURLOut)
    [all...]
imm.h 56 LPWSTR lpReading;
57 LPWSTR lpWord;
147 UINT WINAPI ImmGetDescriptionW(HKL,LPWSTR,UINT uBufLen);
149 UINT WINAPI ImmGetIMEFileNameW(HKL,LPWSTR,UINT uBufLen);
168 DWORD WINAPI ImmGetGuideLineW(HIMC,DWORD dwIndex,LPWSTR,DWORD dwBufLen);
wintrust.h 484 LPWSTR pwszUrl;
486 LPWSTR pwszFile;
516 LPWSTR pwszPolicyDisplayText;
533 LPWSTR pwszTag;
539 LPWSTR pwszSubjGuid;
wmiatlprov.h 63 static const LPWSTR lpwstrDescription = L"Description";
64 static const LPWSTR lpwstrOperation = L"Operation";
65 static const LPWSTR lpwstrStatusCode = L"StatusCode";
66 static const LPWSTR lpwstrParameterInfo = L"ParameterInfo";
67 static const LPWSTR lpwstrProviderName = L"ProviderName";
ntmsapi.h 138 DWORD WINAPI GetNtmsMediaPoolNameW(HANDLE hSession,LPNTMS_GUID lpPoolId,LPWSTR lpNameBuf,LPDWORD lpdwBufSize);
610 LPWSTR lpszComputerName;
611 LPWSTR lpszApplication;
612 LPWSTR lpszUser;
613 LPWSTR lpszTimeSubmitted;
614 LPWSTR lpszMessage;
    [all...]
winbase.h     [all...]
dplobby.h 291 LPWSTR lpszAppName;
313 LPWSTR lpszApplicationName;
321 LPWSTR lpszFilename;
327 LPWSTR lpszCommandLine;
333 LPWSTR lpszPath;
339 LPWSTR lpszCurrentDirectory;
343 LPWSTR lpszDescriptionW;
bidispl.h 88 virtual HRESULT WINAPI GetOutputData(const DWORD dwIndex,LPWSTR *ppszSchema,DWORD *pdwType,BYTE **ppData,ULONG *uSize) = 0;
100 HRESULT (WINAPI *GetOutputData)(IBidiRequest *This,const DWORD dwIndex,LPWSTR *ppszSchema,DWORD *pdwType,BYTE **ppData,ULONG *uSize);
124 HRESULT WINAPI IBidiRequest_GetOutputData_Proxy(IBidiRequest *This,const DWORD dwIndex,LPWSTR *ppszSchema,DWORD *pdwType,BYTE **ppData,ULONG *uSize);
wbemcli.h     [all...]
dhcpssdk.h 95 typedef DWORD (WINAPI *LPDHCP_ENTRY_POINT_FUNC)(LPWSTR ChainDlls,DWORD CalloutVersion,LPDHCP_CALLOUT_TABLE CalloutTbl);
intshcut.h 81 STDMETHOD(GetURL)(THIS_ LPWSTR *ppszURL) PURE;
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 129 ASSERT_TRUE(::CreateProcessW(NULL, (LPWSTR)command_line.c_str(), NULL, NULL,
  /external/icu/icu4c/source/test/intltest/
windttst.cpp 123 GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_RETURN_NUMBER|LOCALE_ICALENDARTYPE, (LPWSTR) calType, sizeof(int32_t));
  /external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 213 LPWSTR
  /external/python/cpython2/Lib/ctypes/
wintypes.py 35 LPCWSTR = LPWSTR = c_wchar_p
174 'LPCWSTR', 'LPOLESTR', 'LPSTR', 'LPVOID', 'LPWSTR', 'MAX_PATH',
  /frameworks/base/tools/aapt2/
Main.cpp 155 LPWSTR* wide_argv = CommandLineToArgvW(GetCommandLineW(), &argc);

Completed in 918 milliseconds

1 2 3 4 5 6 78 91011>>