HomeSort by relevance Sort by last modified time
    Searched refs:LPCOLESTR (Results 1 - 6 of 6) sorted by null

  /external/lzma/CPP/Windows/
PropVariant.h 20 CPropVariant(LPCOLESTR lpszSrc);
32 CPropVariant& operator=(LPCOLESTR lpszSrc);
PropVariant.cpp 30 CPropVariant::CPropVariant(LPCOLESTR lpszSrc)
49 *this = (LPCOLESTR)bstrSrc;
55 CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc)
  /external/lzma/CPP/Common/
MyCom.h 62 HRESULT CoCreateInstance(LPCOLESTR szProgID, LPUNKNOWN pUnkOuter = NULL, DWORD dwClsContext = CLSCTX_ALL)
81 inline HRESULT StringToBstr(LPCOLESTR src, BSTR *bstr)
92 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); }
94 // CMyComBSTR(int nSize, LPCOLESTR sz) { m_str = ::SysAllocStringLen(sz, nSize); }
116 CMyComBSTR& operator=(LPCOLESTR src)
MyWindows.h 53 typedef const OLECHAR *LPCOLESTR;
  /external/chromium_org/remoting/base/
dispatch_win.h 120 LPCOLESTR const_name,
165 LPCOLESTR const_name,
218 LPCOLESTR const_name,
276 LPCOLESTR const_name,
339 LPCOLESTR const_name,
407 LPCOLESTR const_name,
481 LPCOLESTR const_name,
560 LPCOLESTR const_name,
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 306 DLL_DECLARE_PREFIXED(WINAPI, HRESULT, p, CLSIDFromString, (LPCOLESTR, LPCLSID));

Completed in 2454 milliseconds