Home
last modified time | relevance | path

Searched defs:LPCOLESTR (Results 1 – 3 of 3) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dmapinls.h63 #define LPCOLESTR LPCWSTR macro
Dwtypesbase.h71 typedef const OLECHAR *LPCOLESTR; typedef
77 typedef LPCSTR LPCOLESTR; typedef
/third_party/python/Lib/ctypes/
Dwintypes.py35 LPCOLESTR = LPOLESTR = OLESTR = ctypes.c_wchar_p variable