Home
last modified time | relevance | path

Searched refs:IOleLink (Results 1 – 10 of 10) sorted by relevance

/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 DIOleLink.java16 public class IOleLink extends IUnknown class
18 public IOleLink(long address) { in IOleLink() method in IOleLink
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doleidl.h95 typedef interface IOleLink IOleLink; typedef
97 interface IOleLink; variable
1693 IOleLink *This,
1705 IOleLink *This,
1709 IOleLink *This,
1713 IOleLink *This,
1718 IOleLink *This,
1722 IOleLink *This,
1726 IOleLink *This,
1730 IOleLink *This,
[all …]
H A Dcomdefsp.h853 _COM_SMARTPTR_TYPEDEF(IOleLink,__uuidof(IOleLink));
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Doleidl.h95 typedef interface IOleLink IOleLink; typedef
97 interface IOleLink; variable
1693 IOleLink *This,
1705 IOleLink *This,
1709 IOleLink *This,
1713 IOleLink *This,
1718 IOleLink *This,
1722 IOleLink *This,
1726 IOleLink *This,
1730 IOleLink *This,
[all …]
H A Dcomdefsp.h853 _COM_SMARTPTR_TYPEDEF(IOleLink,__uuidof(IOleLink));
/dports/editors/libreoffice/libreoffice-7.2.6.2/embeddedobj/source/msole/
H A Dolecomponent.cxx647 ComSmart< IOleLink > pOleLink; in InitializeObject_Impl()
913 ComSmart< IOleLink > pOleLink; in InitEmbeddedCopyOfLink()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embeddedobj/source/msole/
H A Dolecomponent.cxx646 ComSmart< IOleLink > pOleLink; in InitializeObject_Impl()
912 ComSmart< IOleLink > pOleLink; in InitEmbeddedCopyOfLink()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/
H A DOleClientSite.java477 IOleLink objIOleLink = new IOleLink(ppvObject[0]); in addObjectReferences()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Ole/
H A Dmod.rs3932 pub struct IOleLink(::windows::runtime::IUnknown); struct
3933 impl IOleLink { implementation
3978 unsafe impl ::windows::runtime::Interface for IOleLink { implementation
3982 impl ::std::convert::From<IOleLink> for ::windows::runtime::IUnknown {
3983 fn from(value: IOleLink) -> Self { in from()
3987 impl ::std::convert::From<&IOleLink> for ::windows::runtime::IUnknown {
3988 fn from(value: &IOleLink) -> Self { in from()
3992 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IOleLink { implementation
3997 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IOleLink { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Ole/
H A Dmod.rs1411 pub type IOleLink = *mut ::core::ffi::c_void; typedef