Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmapinls.h63 #define LPCOLESTR LPCWSTR macro
Dwtypesbase.h70 typedef const OLECHAR *LPCOLESTR; typedef
76 typedef LPCSTR LPCOLESTR; typedef
/aosp_15_r20/external/python/cpython2/Lib/ctypes/
Dwintypes.py34 LPCOLESTR = LPOLESTR = OLESTR = c_wchar_p variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A Dwintypes.py35 LPCOLESTR = LPOLESTR = OLESTR = ctypes.c_wchar_p variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
Dwintypes.py35 LPCOLESTR = LPOLESTR = OLESTR = ctypes.c_wchar_p variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
Dwintypes.py35 LPCOLESTR = LPOLESTR = OLESTR = ctypes.c_wchar_p variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
Dwintypes.py35 LPCOLESTR = LPOLESTR = OLESTR = ctypes.c_wchar_p variable
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
Dwintypes.py35 LPCOLESTR = LPOLESTR = OLESTR = ctypes.c_wchar_p variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
Dwintypes.py35 LPCOLESTR = LPOLESTR = OLESTR = ctypes.c_wchar_p variable
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyWindows.h79 typedef const OLECHAR *LPCOLESTR; typedef
H A DMyCom.h198 operator LPCOLESTR() const { return m_str; } in LPCOLESTR() function
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs163146 pub type LPCOLESTR = *const OLECHAR; typedef
221943 pub fn CLSIDFromString(lpsz: LPCOLESTR, pclsid: LPCLSID) -> HRESULT; in CLSIDFromString()
221949 pub fn IIDFromString(lpsz: LPCOLESTR, lpiid: LPIID) -> HRESULT; in IIDFromString()
221955 pub fn CLSIDFromProgID(lpszProgID: LPCOLESTR, lpclsid: LPCLSID) -> HRESULT; in CLSIDFromProgID()
222047 pub fn CLSIDFromProgIDEx(lpszProgID: LPCOLESTR, lpclsid: LPCLSID) -> HRESULT; in CLSIDFromProgIDEx()
237556 pszPropName: LPCOLESTR, in IPropertyBag_RemoteRead_Proxy()
238451 pszPropName: LPCOLESTR, in IPropertyBag_Read_Proxy()
238459 pszPropName: LPCOLESTR, in IPropertyBag_Read_Stub()
241397 szUserName: LPCOLESTR, in MkParseDisplayName()
241428 pub fn GetClassFile(szFilename: LPCOLESTR, pclsid: *mut CLSID) -> HRESULT; in GetClassFile()
[all …]