Home
last modified time | relevance | path

Searched refs:LPOLESTR (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/PC/
Dpyshellext.cpp131 LPOLESTR target, target_dir;
387 STDMETHODIMP GetCurFile(LPOLESTR *ppszFileName) { in GetCurFile()
400 *ppszFileName = (LPOLESTR)CoTaskMemAlloc(sizeof(WCHAR) * (len + 1)); in GetCurFile()
439 target = (LPOLESTR)CoTaskMemAlloc(sizeof(WCHAR) * (len + 1)); in Load()
444 target_dir = (LPOLESTR)CoTaskMemAlloc(sizeof(WCHAR) * (len + 1)); in Load()
/external/lzma/CPP/Common/
DMyWindows.h61 typedef OLECHAR *LPOLESTR; typedef
189 LPOLESTR lpwstrName;
/external/python/cpython2/Lib/ctypes/
Dwintypes.py34 LPCOLESTR = LPOLESTR = OLESTR = c_wchar_p
/external/skqp/src/ports/
DSkImageEncoder_WIC.cpp163 name.pstrName = const_cast<LPOLESTR>(L"ImageQuality"); in SkEncodeImageWithWIC()
/external/skia/src/ports/
DSkImageEncoder_WIC.cpp163 name.pstrName = const_cast<LPOLESTR>(L"ImageQuality"); in SkEncodeImageWithWIC()
/external/python/cpython3/Lib/ctypes/
Dwintypes.py35 LPCOLESTR = LPOLESTR = OLESTR = ctypes.c_wchar_p
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c979 LPOLESTR progid; in GetComError()
981 LPOLESTR text; in GetComError()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c1011 LPOLESTR progid; in GetComError()