Home
last modified time | relevance | path

Searched refs:IXMLElementCollection (Results 1 – 8 of 8) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsxml.h181 typedef struct IXMLElementCollection IXMLElementCollection; typedef
2839 struct IXMLElementCollection : public IDispatch { struct
2850 ULONG (WINAPI *AddRef)(IXMLElementCollection *This);
2851 ULONG (WINAPI *Release)(IXMLElementCollection *This);
2856 HRESULT (WINAPI *put_length)(IXMLElementCollection *This,LONG v);
2857 HRESULT (WINAPI *get_length)(IXMLElementCollection *This,LONG *p);
2858 HRESULT (WINAPI *get__newEnum)(IXMLElementCollection *This,IUnknown **ppUnk);
2862 struct IXMLElementCollection { struct
3119 virtual HRESULT WINAPI get_children(IXMLElementCollection **pp) = 0;
3213 virtual HRESULT WINAPI get_children(IXMLElementCollection **pp) = 0;
[all …]
H A Dcomdefsp.h1279 _COM_SMARTPTR_TYPEDEF(IXMLElementCollection,__uuidof(IXMLElementCollection));
H A Dmsxml2.h331 typedef struct IXMLElementCollection IXMLElementCollection; typedef
6417 struct IXMLElementCollection : public IDispatch { struct
6428 ULONG (WINAPI *AddRef)(IXMLElementCollection *This);
6429 ULONG (WINAPI *Release)(IXMLElementCollection *This);
6434 HRESULT (WINAPI *put_length)(IXMLElementCollection *This,__LONG32 v);
6435 HRESULT (WINAPI *get_length)(IXMLElementCollection *This,__LONG32 *p);
6436 HRESULT (WINAPI *get__newEnum)(IXMLElementCollection *This,IUnknown **ppUnk);
6440 struct IXMLElementCollection { struct
6697 virtual HRESULT WINAPI get_children(IXMLElementCollection **pp) = 0;
6791 virtual HRESULT WINAPI get_children(IXMLElementCollection **pp) = 0;
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsxml.h181 typedef struct IXMLElementCollection IXMLElementCollection; typedef
2839 struct IXMLElementCollection : public IDispatch { struct
2850 ULONG (WINAPI *AddRef)(IXMLElementCollection *This);
2851 ULONG (WINAPI *Release)(IXMLElementCollection *This);
2856 HRESULT (WINAPI *put_length)(IXMLElementCollection *This,LONG v);
2857 HRESULT (WINAPI *get_length)(IXMLElementCollection *This,LONG *p);
2858 HRESULT (WINAPI *get__newEnum)(IXMLElementCollection *This,IUnknown **ppUnk);
2862 struct IXMLElementCollection { struct
3119 virtual HRESULT WINAPI get_children(IXMLElementCollection **pp) = 0;
3213 virtual HRESULT WINAPI get_children(IXMLElementCollection **pp) = 0;
[all …]
H A Dcomdefsp.h1279 _COM_SMARTPTR_TYPEDEF(IXMLElementCollection,__uuidof(IXMLElementCollection));
H A Dmsxml2.h331 typedef struct IXMLElementCollection IXMLElementCollection; typedef
6417 struct IXMLElementCollection : public IDispatch { struct
6428 ULONG (WINAPI *AddRef)(IXMLElementCollection *This);
6429 ULONG (WINAPI *Release)(IXMLElementCollection *This);
6434 HRESULT (WINAPI *put_length)(IXMLElementCollection *This,__LONG32 v);
6435 HRESULT (WINAPI *get_length)(IXMLElementCollection *This,__LONG32 *p);
6436 HRESULT (WINAPI *get__newEnum)(IXMLElementCollection *This,IUnknown **ppUnk);
6440 struct IXMLElementCollection { struct
6697 virtual HRESULT WINAPI get_children(IXMLElementCollection **pp) = 0;
6791 virtual HRESULT WINAPI get_children(IXMLElementCollection **pp) = 0;
[all …]
/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.rs648 pub type IXMLElementCollection = *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.rs13894 pub unsafe fn children(&self) -> ::windows::runtime::Result<IXMLElementCollection> { in children() argument
14030 pub unsafe fn children(&self) -> ::windows::runtime::Result<IXMLElementCollection> { in children() argument
14143 pub struct IXMLElementCollection(::windows::runtime::IUnknown); struct
14144 impl IXMLElementCollection { impl
14162 unsafe impl ::windows::runtime::Interface for IXMLElementCollection { implementation
14166 impl ::std::convert::From<IXMLElementCollection> for ::windows::runtime::IUnknown {
14167 fn from(value: IXMLElementCollection) -> Self { in from()
14171 impl ::std::convert::From<&IXMLElementCollection> for ::windows::runtime::IUnknown {
14172 fn from(value: &IXMLElementCollection) -> Self { in from()
14188 fn from(value: IXMLElementCollection) -> Self { in from()
[all …]