Searched defs:LPUNKNOWN (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | unknwnbase.h | 58 typedef IUnknown *LPUNKNOWN; typedef
|
D | unknwn.h | 62 typedef IUnknown *LPUNKNOWN; typedef
|
D | _dbdao.h | 211 operator LPUNKNOWN(){ return GetInterface();} in LPUNKNOWN() function
|
/aosp_15_r20/external/lzma/CPP/Common/ |
H A D | MyWindows.h | 182 typedef IUnknown *LPUNKNOWN; typedef
|
/aosp_15_r20/external/mesa3d/include/D3D9/ |
H A D | d3d9types.h | 1782 typedef struct IUnknown IUnknown, *PUNKNOWN, *LPUNKNOWN; typedef
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 213405 pub type LPUNKNOWN = *mut IUnknown; typedef 221688 pUnk: LPUNKNOWN, in CoRegisterClassObject() 221722 pUnk: LPUNKNOWN, in CoGetMarshalSizeMax() 221732 pUnk: LPUNKNOWN, in CoMarshalInterface() 221751 pub fn CoDisconnectObject(pUnk: LPUNKNOWN, dwReserved: DWORD) -> HRESULT; in CoDisconnectObject() 221754 pub fn CoLockObjectExternal(pUnk: LPUNKNOWN, fLock: BOOL, fLastUnlockReleases: BOOL) in CoLockObjectExternal() 221760 pUnk: LPUNKNOWN, in CoGetStandardMarshal() 221769 pUnkOuter: LPUNKNOWN, in CoGetStdMarshalEx() 221771 ppUnkInner: *mut LPUNKNOWN, in CoGetStdMarshalEx() 221784 pUnk: LPUNKNOWN, in CoMarshalInterThreadInterfaceInStream() [all …]
|