Home
last modified time | relevance | path

Searched refs:ISchemaNotation (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsxml2.h326 typedef struct ISchemaNotation ISchemaNotation; typedef
6359 struct ISchemaNotation : public ISchemaItem { struct
6368 ULONG (WINAPI *AddRef)(ISchemaNotation *This);
6369 ULONG (WINAPI *Release)(ISchemaNotation *This);
6370 HRESULT (WINAPI *GetTypeInfoCount)(ISchemaNotation *This,UINT *pctinfo);
6374 HRESULT (WINAPI *get_name)(ISchemaNotation *This,BSTR *name);
6376 HRESULT (WINAPI *get_schema)(ISchemaNotation *This,ISchema **schema);
6377 HRESULT (WINAPI *get_id)(ISchemaNotation *This,BSTR *id);
6381 HRESULT (WINAPI *get_systemIdentifier)(ISchemaNotation *This,BSTR *uri);
6382 HRESULT (WINAPI *get_publicIdentifier)(ISchemaNotation *This,BSTR *uri);
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsxml2.h326 typedef struct ISchemaNotation ISchemaNotation; typedef
6359 struct ISchemaNotation : public ISchemaItem { struct
6368 ULONG (WINAPI *AddRef)(ISchemaNotation *This);
6369 ULONG (WINAPI *Release)(ISchemaNotation *This);
6370 HRESULT (WINAPI *GetTypeInfoCount)(ISchemaNotation *This,UINT *pctinfo);
6374 HRESULT (WINAPI *get_name)(ISchemaNotation *This,BSTR *name);
6376 HRESULT (WINAPI *get_schema)(ISchemaNotation *This,ISchema **schema);
6377 HRESULT (WINAPI *get_id)(ISchemaNotation *This,BSTR *id);
6381 HRESULT (WINAPI *get_systemIdentifier)(ISchemaNotation *This,BSTR *uri);
6382 HRESULT (WINAPI *get_publicIdentifier)(ISchemaNotation *This,BSTR *uri);
[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.rs600 pub type ISchemaNotation = *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.rs4035 pub struct ISchemaNotation(::windows::runtime::IUnknown); struct
4036 impl ISchemaNotation { implementation
4096 unsafe impl ::windows::runtime::Interface for ISchemaNotation { implementation
4101 fn from(value: ISchemaNotation) -> Self { in from()
4106 fn from(value: &ISchemaNotation) -> Self { in from()
4120 impl ::std::convert::From<ISchemaNotation> for ISchemaItem {
4121 fn from(value: ISchemaNotation) -> Self { in from()
4125 impl ::std::convert::From<&ISchemaNotation> for ISchemaItem {
4126 fn from(value: &ISchemaNotation) -> Self { in from()
4142 fn from(value: ISchemaNotation) -> Self { in from()
[all …]