Home
last modified time | relevance | path

Searched refs:pStm (Results 26 – 50 of 621) sorted by relevance

12345678910>>...25

/dports/editors/libreoffice/libreoffice-7.2.6.2/emfio/source/reader/
H A Dwmfreader.cxx1648 auto nPos = pStm->Tell(); in GetPlaceableBound()
1649 auto nEnd = nPos + pStm->remainingSize(); in GetPlaceableBound()
1667 if( pStm->GetError() ) in GetPlaceableBound()
1693 pStm->ReadInt16(nHeight); in GetPlaceableBound()
1694 pStm->ReadInt16(nWidth); in GetPlaceableBound()
1708 pStm->ReadInt16(nHeight); in GetPlaceableBound()
1709 pStm->ReadInt16(nWidth); in GetPlaceableBound()
1782 pStm->ReadUInt16(nPoly); in GetPlaceableBound()
1828 bRecordOk &= pStm->good(); in GetPlaceableBound()
1946 pStm->ReadUInt32( nROP ); in GetPlaceableBound()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstructuredquerycondition.h264 IStream *pStm);
268 IStream *pStm,
326 #define ICondition_Load(This,pStm) (This)->lpVtbl->Load(This,pStm)
327 #define ICondition_Save(This,pStm,fClearDirty) (This)->lpVtbl->Save(This,pStm,fClearDirty)
357 return This->lpVtbl->Load(This,pStm);
360 return This->lpVtbl->Save(This,pStm,fClearDirty);
486 IStream *pStm);
490 IStream *pStm,
559 #define ICondition2_Load(This,pStm) (This)->lpVtbl->Load(This,pStm)
560 #define ICondition2_Save(This,pStm,fClearDirty) (This)->lpVtbl->Save(This,pStm,fClearDirty)
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstructuredquerycondition.h264 IStream *pStm);
268 IStream *pStm,
326 #define ICondition_Load(This,pStm) (This)->lpVtbl->Load(This,pStm)
327 #define ICondition_Save(This,pStm,fClearDirty) (This)->lpVtbl->Save(This,pStm,fClearDirty)
357 return This->lpVtbl->Load(This,pStm);
360 return This->lpVtbl->Save(This,pStm,fClearDirty);
486 IStream *pStm);
490 IStream *pStm,
559 #define ICondition2_Load(This,pStm) (This)->lpVtbl->Load(This,pStm)
560 #define ICondition2_Save(This,pStm,fClearDirty) (This)->lpVtbl->Save(This,pStm,fClearDirty)
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/src/System/Runtime/InteropServices/
H A DIMarshal.cs21 …void MarshalInterface(IntPtr pStm, [In] ref Guid riid, IntPtr pv, UInt32 dwDestContext, IntPtr pvD… in MarshalInterface() argument
23 void UnmarshalInterface(IntPtr pStm, [In] ref Guid riid, out IntPtr ppv); in UnmarshalInterface() argument
25 void ReleaseMarshalData(IntPtr pStm); in ReleaseMarshalData() argument
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DFastMarshaler.h42 STDMETHODIMP MarshalInterface(IStream* pStm, REFIID riid, void* pv,
45 STDMETHODIMP UnmarshalInterface(IStream* pStm, REFIID riid,
47 STDMETHODIMP ReleaseMarshalData(IStream* pStm) override;
H A DInterceptor.cpp328 Interceptor::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
342 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &objrefPos); in MarshalInterface()
349 hr = mStdMarshal->MarshalInterface(pStm, MarshalAs(riid), pv, dwDestContext, in MarshalInterface()
362 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &endPos); in MarshalInterface()
368 if (!StripHandlerFromOBJREF(WrapNotNull(pStm), objrefPos.QuadPart, in MarshalInterface()
377 hr = mEventSink->WriteHandlerPayload(WrapNotNull(this), WrapNotNull(pStm)); in MarshalInterface()
386 Interceptor::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
387 return mStdMarshal->UnmarshalInterface(pStm, riid, ppv); in UnmarshalInterface()
391 Interceptor::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
392 return mStdMarshal->ReleaseMarshalData(pStm); in ReleaseMarshalData()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DFastMarshaler.h39 STDMETHODIMP MarshalInterface(IStream* pStm, REFIID riid, void* pv,
42 STDMETHODIMP UnmarshalInterface(IStream* pStm, REFIID riid,
44 STDMETHODIMP ReleaseMarshalData(IStream* pStm) override;
H A DInterceptor.cpp328 Interceptor::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
342 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &objrefPos); in MarshalInterface()
349 hr = mStdMarshal->MarshalInterface(pStm, MarshalAs(riid), pv, dwDestContext, in MarshalInterface()
362 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &endPos); in MarshalInterface()
368 if (!StripHandlerFromOBJREF(WrapNotNull(pStm), objrefPos.QuadPart, in MarshalInterface()
377 hr = mEventSink->WriteHandlerPayload(WrapNotNull(this), WrapNotNull(pStm)); in MarshalInterface()
386 Interceptor::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
387 return mStdMarshal->UnmarshalInterface(pStm, riid, ppv); in UnmarshalInterface()
391 Interceptor::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
392 return mStdMarshal->ReleaseMarshalData(pStm); in ReleaseMarshalData()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DFastMarshaler.h42 STDMETHODIMP MarshalInterface(IStream* pStm, REFIID riid, void* pv,
45 STDMETHODIMP UnmarshalInterface(IStream* pStm, REFIID riid,
47 STDMETHODIMP ReleaseMarshalData(IStream* pStm) override;
H A DInterceptor.cpp327 Interceptor::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
341 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &objrefPos); in MarshalInterface()
348 hr = mStdMarshal->MarshalInterface(pStm, MarshalAs(riid), pv, dwDestContext, in MarshalInterface()
361 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &endPos); in MarshalInterface()
367 if (!StripHandlerFromOBJREF(WrapNotNull(pStm), objrefPos.QuadPart, in MarshalInterface()
376 hr = mEventSink->WriteHandlerPayload(WrapNotNull(this), WrapNotNull(pStm)); in MarshalInterface()
385 Interceptor::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
386 return mStdMarshal->UnmarshalInterface(pStm, riid, ppv); in UnmarshalInterface()
390 Interceptor::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
391 return mStdMarshal->ReleaseMarshalData(pStm); in ReleaseMarshalData()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DFastMarshaler.h39 STDMETHODIMP MarshalInterface(IStream* pStm, REFIID riid, void* pv,
42 STDMETHODIMP UnmarshalInterface(IStream* pStm, REFIID riid,
44 STDMETHODIMP ReleaseMarshalData(IStream* pStm) override;
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DFastMarshaler.h42 STDMETHODIMP MarshalInterface(IStream* pStm, REFIID riid, void* pv,
45 STDMETHODIMP UnmarshalInterface(IStream* pStm, REFIID riid,
47 STDMETHODIMP ReleaseMarshalData(IStream* pStm) override;
H A DInterceptor.cpp328 Interceptor::MarshalInterface(IStream* pStm, REFIID riid, void* pv, in MarshalInterface() argument
342 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &objrefPos); in MarshalInterface()
349 hr = mStdMarshal->MarshalInterface(pStm, MarshalAs(riid), pv, dwDestContext, in MarshalInterface()
362 hr = pStm->Seek(seekTo, STREAM_SEEK_CUR, &endPos); in MarshalInterface()
368 if (!StripHandlerFromOBJREF(WrapNotNull(pStm), objrefPos.QuadPart, in MarshalInterface()
377 hr = mEventSink->WriteHandlerPayload(WrapNotNull(this), WrapNotNull(pStm)); in MarshalInterface()
386 Interceptor::UnmarshalInterface(IStream* pStm, REFIID riid, void** ppv) { in UnmarshalInterface() argument
387 return mStdMarshal->UnmarshalInterface(pStm, riid, ppv); in UnmarshalInterface()
391 Interceptor::ReleaseMarshalData(IStream* pStm) { in ReleaseMarshalData() argument
392 return mStdMarshal->ReleaseMarshalData(pStm); in ReleaseMarshalData()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/Runtime/InteropServices/
H A DStandardOleMarshalObject.cs33 …private delegate int MarshalInterface_Delegate(IntPtr _this, IntPtr pStm, ref Guid riid, IntPtr pv… in MarshalInterface_Delegate() argument
97 …unsafe int UnsafeNativeMethods.IMarshal.MarshalInterface(IntPtr pStm, ref Guid riid, IntPtr pv, in… in UnsafeNativeMethods.IMarshal.MarshalInterface() argument
109 … return del(pStandardMarshal, pStm, ref riid, pv, dwDestContext, pvDestContext, mshlflags); in UnsafeNativeMethods.IMarshal.MarshalInterface()
120 … int UnsafeNativeMethods.IMarshal.UnmarshalInterface(IntPtr pStm, ref Guid riid, out IntPtr ppv) in UnsafeNativeMethods.IMarshal.UnmarshalInterface() argument
131 int UnsafeNativeMethods.IMarshal.ReleaseMarshalData(IntPtr pStm) in UnsafeNativeMethods.IMarshal.ReleaseMarshalData() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/src/System/Runtime/InteropServices/WindowsRuntime/
H A DWindowsRuntimeBuffer.cs298 …void IMarshal.MarshalInterface(IntPtr pStm, ref Guid riid, IntPtr pv, UInt32 dwDestContext, IntPtr… in IMarshal.MarshalInterface() argument
301 … t_winRtMarshalProxy.MarshalInterface(pStm, ref riid, pv, dwDestContext, pvDestContext, mshlflags); in IMarshal.MarshalInterface()
305 void IMarshal.ReleaseMarshalData(IntPtr pStm) in IMarshal.ReleaseMarshalData() argument
308 t_winRtMarshalProxy.ReleaseMarshalData(pStm); in IMarshal.ReleaseMarshalData()
312 void IMarshal.UnmarshalInterface(IntPtr pStm, ref Guid riid, out IntPtr ppv) in IMarshal.UnmarshalInterface() argument
315 t_winRtMarshalProxy.UnmarshalInterface(pStm, ref riid, out ppv); in IMarshal.UnmarshalInterface()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/winapi/src/um/
H A Dobjidl.rs126 pStm: *mut IStream,
129 pStm: *mut IStream,
263 pStm: *mut IStream,
271 pStm: *mut IStream,
276 pStm: *mut IStream,
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/winapi-0.3.5/src/um/
H A Dobjidl.rs126 pStm: *mut IStream,
129 pStm: *mut IStream,
263 pStm: *mut IStream,
271 pStm: *mut IStream,
276 pStm: *mut IStream,
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/winapi-0.3.4/src/um/
H A Dobjidl.rs126 pStm: *mut IStream,
129 pStm: *mut IStream,
263 pStm: *mut IStream,
271 pStm: *mut IStream,
276 pStm: *mut IStream,
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/winapi-0.3.3/src/um/
H A Dobjidl.rs126 pStm: *mut IStream,
129 pStm: *mut IStream,
263 pStm: *mut IStream,
271 pStm: *mut IStream,
276 pStm: *mut IStream,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/
H A DIPersistStreamInit.java22 public int Load(long pStm) { in Load() argument
23 return COM.VtblCall(5, address, pStm); in Load()
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/oop/
H A DHandler.h36 STDMETHODIMP MarshalInterface(IStream* pStm, REFIID riid, void* pv,
39 STDMETHODIMP UnmarshalInterface(IStream* pStm, REFIID riid,
41 STDMETHODIMP ReleaseMarshalData(IStream* pStm) override;
/dports/www/firefox/firefox-99.0/ipc/mscom/oop/
H A DHandler.h36 STDMETHODIMP MarshalInterface(IStream* pStm, REFIID riid, void* pv,
39 STDMETHODIMP UnmarshalInterface(IStream* pStm, REFIID riid,
41 STDMETHODIMP ReleaseMarshalData(IStream* pStm) override;
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/oop/
H A DHandler.h36 STDMETHODIMP MarshalInterface(IStream* pStm, REFIID riid, void* pv,
39 STDMETHODIMP UnmarshalInterface(IStream* pStm, REFIID riid,
41 STDMETHODIMP ReleaseMarshalData(IStream* pStm) override;
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/oop/
H A DHandler.h36 STDMETHODIMP MarshalInterface(IStream* pStm, REFIID riid, void* pv,
39 STDMETHODIMP UnmarshalInterface(IStream* pStm, REFIID riid,
41 STDMETHODIMP ReleaseMarshalData(IStream* pStm) override;
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/oop/
H A DHandler.h36 STDMETHODIMP MarshalInterface(IStream* pStm, REFIID riid, void* pv,
39 STDMETHODIMP UnmarshalInterface(IStream* pStm, REFIID riid,
41 STDMETHODIMP ReleaseMarshalData(IStream* pStm) override;

12345678910>>...25