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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xpsobjectmodel_1.h 95 LPCWSTR filename,
109 LPCWSTR fileName,
143 LPCWSTR filename,
149 LPCWSTR language,
193 LPCWSTR filename,
256 LPCWSTR language,
380 LPCWSTR fileName,
406 LPCWSTR uri,
411 LPCWSTR filename,
417 LPCWSTR filename
    [all...]
d3d11_1.idl 238 INT BeginEvent(LPCWSTR Name);
240 void SetMarker(LPCWSTR Name);
293 LPCWSTR lpName,
cluscfgserver.h 325 virtual HRESULT WINAPI SetName(LPCWSTR pcszNameIn) = 0;
341 HRESULT (WINAPI *SetName)(IClusCfgNodeInfo *This,LPCWSTR pcszNameIn);
371 HRESULT WINAPI IClusCfgNodeInfo_SetName_Proxy(IClusCfgNodeInfo *This,LPCWSTR pcszNameIn);
397 virtual HRESULT WINAPI Begin_SetName(LPCWSTR pcszNameIn) = 0;
422 HRESULT (WINAPI *Begin_SetName)(AsyncIClusCfgNodeInfo *This,LPCWSTR pcszNameIn);
471 HRESULT WINAPI AsyncIClusCfgNodeInfo_Begin_SetName_Proxy(AsyncIClusCfgNodeInfo *This,LPCWSTR pcszNameIn);
    [all...]
wsdclient.h 505 LPCWSTR pszSubscriptionAction) = 0;
508 LPCWSTR pszSubscriptionAction,
512 LPCWSTR pszSubscriptionAction) = 0;
537 LPCWSTR pszSubscriptionAction);
541 LPCWSTR pszSubscriptionAction,
546 LPCWSTR pszSubscriptionAction);
576 static FORCEINLINE void IWSDEventingStatus_SubscriptionRenewed(IWSDEventingStatus* This,LPCWSTR pszSubscriptionAction) {
579 static FORCEINLINE void IWSDEventingStatus_SubscriptionRenewalFailed(IWSDEventingStatus* This,LPCWSTR pszSubscriptionAction,HRESULT hr) {
582 static FORCEINLINE void IWSDEventingStatus_SubscriptionEnded(IWSDEventingStatus* This,LPCWSTR pszSubscriptionAction) {
592 LPCWSTR pszSubscriptionAction)
    [all...]
oledlg.h 230 STDAPI_(WINBOOL) OleUIAddVerbMenuW(LPOLEOBJECT lpOleObj,LPCWSTR lpszShortType,HMENU hMenu,UINT uPos,UINT uIDVerbMin,UINT uIDVerbMax,WINBOOL bAddConvert,UINT idConvert,HMENU *lphMenu);
239 LPCWSTR lpszCaption;
243 LPCWSTR lpszTemplate;
330 LPCWSTR lpstrFormatName;
331 LPCWSTR lpstrResultText;
356 LPCWSTR lpszCaption;
360 LPCWSTR lpszTemplate;
472 LPCWSTR lpszCaption;
476 LPCWSTR lpszTemplate;
518 LPCWSTR lpszCaption
    [all...]
wbemprov.h 151 typedef LPCWSTR WBEM_CWSTR;
    [all...]
documenttarget.h 364 LPCWSTR printerName,
365 LPCWSTR jobName,
393 LPCWSTR printerName,
394 LPCWSTR jobName,
425 static FORCEINLINE HRESULT IPrintDocumentPackageTargetFactory_CreateDocumentPackageTargetForPrintJob(IPrintDocumentPackageTargetFactory* This,LPCWSTR printerName,LPCWSTR jobName,IStream *jobOutputStream,IStream *jobPrintTicketStream,IPrintDocumentPackageTarget **docPackageTarget) {
435 LPCWSTR printerName,
436 LPCWSTR jobName,
intshcut.h 50 LPCWSTR pcszVerb;
80 STDMETHOD(SetURL)(THIS_ LPCWSTR pcszURL,DWORD dwInFlags) PURE;
perflib.h 67 LPCWSTR szInstanceName,
107 LPCWSTR szInstance,
sddl.h 139 WINADVAPI WINBOOL WINAPI ConvertStringSidToSidW(LPCWSTR StringSid,PSID *Sid);
141 WINADVAPI WINBOOL WINAPI ConvertStringSecurityDescriptorToSecurityDescriptorW(LPCWSTR StringSecurityDescriptor,DWORD StringSDRevision,PSECURITY_DESCRIPTOR *SecurityDescriptor,PULONG SecurityDescriptorSize);
clfsw32.h 40 LPCWSTR pszLogFileName,
74 LPCWSTR pszLogFileName,
142 LPCWSTR pwstrContainerName,
319 LPCWSTR pszLogFileName,
lmerrlog.h 41 NET_API_STATUS WINAPI NetErrorLogClear(LPCWSTR server,LPCWSTR backupfile,LPBYTE reserved);
42 NET_API_STATUS WINAPI NetErrorLogRead(LPCWSTR server,LPWSTR reserved1,LPHLOG errloghandle,DWORD offset,LPDWORD reserved2,DWORD reserved3,DWORD offsetflag,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD bytesread,LPDWORD totalbytes);
43 NET_API_STATUS WINAPI NetErrorLogWrite(LPBYTE reserved1,DWORD code,LPCWSTR component,LPBYTE buffer,DWORD numbytes,LPBYTE msgbuf,DWORD strcount,LPBYTE reserved2);
stringapiset.h 32 WINBASEAPI int WINAPI CompareStringEx (LPCWSTR lpLocaleName, DWORD dwCmpFlags, LPCWCH lpString1, int cchCount1, LPCWCH lpString2, int cchCount2, LPNLSVERSIONINFO lpVersionInformation, LPVOID lpReserved, LPARAM lParam);
wbemtran.h 670 LPCWSTR wszPropertyName,
674 LPCWSTR wszMethodName,
678 LPCWSTR wszServer,
679 LPCWSTR wszNamespace) = 0;
709 LPCWSTR wszPropertyName,
714 LPCWSTR wszMethodName,
719 LPCWSTR wszServer,
720 LPCWSTR wszNamespace);
754 static FORCEINLINE HRESULT IWbemConstructClassObject_SetPropertyOrigin(IWbemConstructClassObject* This,LPCWSTR wszPropertyName,LONG lOriginIndex) {
757 static FORCEINLINE HRESULT IWbemConstructClassObject_SetMethodOrigin(IWbemConstructClassObject* This,LPCWSTR wszMethodName,LONG lOriginIndex)
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.cpp 42 typedef int (WINAPI * SHGetFileInfoWP)(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInfo, UINT uFlags);
55 static DWORD_PTR MySHGetFileInfoW(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInfo, UINT uFlags)
  /external/lzma/CPP/Windows/Control/
Window2.cpp 76 bool CWindow2::CreateEx(DWORD exStyle, LPCWSTR className, LPCWSTR windowName,
ComboBox.h 21 LRESULT AddString(LPCWSTR s);
  /external/expat/xmlwf/
xmlwin32url.cxx 60 STDMETHODIMP OnProgress(ULONG, ULONG, ULONG, LPCWSTR);
61 STDMETHODIMP OnStopBinding(HRESULT, LPCWSTR);
129 Callback::OnProgress(ULONG, ULONG, ULONG, LPCWSTR)
135 Callback::OnStopBinding(HRESULT hr, LPCWSTR szError)
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.h 43 IN LPCWSTR pszName);
  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 4 from ctypes.wintypes import LPCWSTR
50 CreateEventW.argtypes = [LPSECURITY_ATTRIBUTES, BOOL, BOOL, LPCWSTR]
55 CreateFileW.argtypes = [LPCWSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE]
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 204 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
228 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
321 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str());
  /external/googletest/googletest/src/
gtest-filepath.cc 211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
235 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
328 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str());
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
235 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
328 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str());
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 202 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
226 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
319 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str());
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.cpp 18 static LPCWSTR kCantDeleteFile = L"Can not delete output file";
19 static LPCWSTR kCantOpenFile = L"Can not open output file";
20 static LPCWSTR kUnsupportedMethod = L"Unsupported Method";

Completed in 1014 milliseconds

1 2 3 4 5 6 78 91011>>