Home
last modified time | relevance | path

Searched refs:LPCOLESTR (Results 1 – 9 of 9) sorted by relevance

/third_party/lzma/CPP/Common/
DMyCom.h77 inline HRESULT StringToBstr(LPCOLESTR src, BSTR *bstr) in StringToBstr()
91 operator LPCOLESTR() const { return m_str; } in LPCOLESTR() function
107 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR()
135 CMyComBSTR& operator=(LPCOLESTR src)
DMyWindows.h70 typedef const OLECHAR *LPCOLESTR; typedef
DMyString.h632 void SetFromBstr(LPCOLESTR s);
DMyString.cpp1224 void UString::SetFromBstr(LPCOLESTR s) in SetFromBstr()
/third_party/lzma/CPP/Windows/
DPropVariant.cpp70 CPropVariant::CPropVariant(LPCOLESTR lpszSrc) in CPropVariant()
90 *this = (LPCOLESTR)bstrSrc; in operator =()
96 CPropVariant& CPropVariant::operator=(LPCOLESTR lpszSrc) in operator =()
DPropVariant.h117 CPropVariant(LPCOLESTR lpszSrc);
135 CPropVariant& operator=(LPCOLESTR lpszSrc);
/third_party/python/PC/
Dpyshellext.cpp422 STDMETHODIMP Load(LPCOLESTR pszFileName, DWORD dwMode) {
475 STDMETHODIMP Save(LPCOLESTR pszFileName, BOOL fRemember) {
479 STDMETHODIMP SaveCompleted(LPCOLESTR pszFileName) {
/third_party/python/Lib/ctypes/
Dwintypes.py35 LPCOLESTR = LPOLESTR = OLESTR = ctypes.c_wchar_p variable
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowaudiosrc.cpp303 MkParseDisplayName (lpbc, (LPCOLESTR) unidevice, &dwEaten, &audiom); in gst_dshowaudiosrc_get_caps()