Home
last modified time | relevance | path

Searched defs:IXMLElement2 (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsxml.h201 typedef struct IXMLElement2 IXMLElement2; typedef
3205 struct IXMLElement2 : public IDispatch { struct
3246 struct IXMLElement2 { struct
3247 CONST_VTBL struct IXMLElement2Vtbl *lpVtbl; argument
H A Dmsxml2.h351 typedef struct IXMLElement2 IXMLElement2; typedef
6783 struct IXMLElement2 : public IDispatch { struct
6824 struct IXMLElement2 { struct
6825 CONST_VTBL struct IXMLElement2Vtbl *lpVtbl; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsxml.h201 typedef struct IXMLElement2 IXMLElement2; typedef
3205 struct IXMLElement2 : public IDispatch { struct
3246 struct IXMLElement2 { struct
3247 CONST_VTBL struct IXMLElement2Vtbl *lpVtbl; argument
H A Dmsxml2.h351 typedef struct IXMLElement2 IXMLElement2; typedef
6783 struct IXMLElement2 : public IDispatch { struct
6824 struct IXMLElement2 { struct
6825 CONST_VTBL struct IXMLElement2Vtbl *lpVtbl; argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Data/Xml/MsXml/
H A Dmod.rs647 pub type IXMLElement2 = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Data/Xml/MsXml/
H A Dmod.rs13699 pub unsafe fn root(&self) -> ::windows::runtime::Result<IXMLElement2> { in root()
13761 …r::System::Com::VARIANT>>(&self, vtype: Param0, var1: Param1) -> ::windows::runtime::Result<IXMLEl… in createElement()
14002 pub struct IXMLElement2(::windows::runtime::IUnknown); struct
14003 impl IXMLElement2 { impl
14013 pub unsafe fn parent(&self) -> ::windows::runtime::Result<IXMLElement2> { in parent()
14058 unsafe impl ::windows::runtime::Interface for IXMLElement2 { implementation
14072 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IXMLElement2 { implementation
14077 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IXMLElement2 { implementation
14095 …:runtime::IntoParam<'a, super::super::super::System::Ole::Automation::IDispatch> for IXMLElement2 { implementation
14101 …runtime::IntoParam<'a, super::super::super::System::Ole::Automation::IDispatch> for &IXMLElement2 { implementation