Searched defs:LPSTREAM (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | objidlbase.h | 2090 typedef IStream *LPSTREAM; typedef
|
D | objidl.h | 2213 typedef IStream *LPSTREAM; typedef
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 215549 pub type LPSTREAM = *mut IStream; typedef 221539 ppstm: *mut LPSTREAM, in CreateStreamOnHGlobal() 221543 pub fn GetHGlobalFromStream(pstm: LPSTREAM, phglobal: *mut HGLOBAL) -> HRESULT; in GetHGlobalFromStream() 221730 pStm: LPSTREAM, in CoMarshalInterface() 221739 pub fn CoUnmarshalInterface(pStm: LPSTREAM, riid: *const IID, ppv: *mut LPVOID) -> HRESULT; in CoUnmarshalInterface() 221742 pub fn CoMarshalHresult(pstm: LPSTREAM, hresult: HRESULT) -> HRESULT; in CoMarshalHresult() 221745 pub fn CoUnmarshalHresult(pstm: LPSTREAM, phresult: *mut HRESULT) -> HRESULT; in CoUnmarshalHresult() 221785 ppStm: *mut LPSTREAM, in CoMarshalInterThreadInterfaceInStream() 221790 pStm: LPSTREAM, in CoGetInterfaceAndReleaseStream() 241196 pub fn ReadClassStm(pStm: LPSTREAM, pclsid: *mut CLSID) -> HRESULT; in ReadClassStm() [all …]
|