Home
last modified time | relevance | path

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

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Data/Xml/XmlLite/
H A Dmod.rs150 pub type XmlWriterProperty = i32; typedef
151 pub const XmlWriterProperty_MultiLanguage: XmlWriterProperty = 0i32;
152 pub const XmlWriterProperty_Indent: XmlWriterProperty = 1i32;
153 pub const XmlWriterProperty_ByteOrderMark: XmlWriterProperty = 2i32;
154 pub const XmlWriterProperty_OmitXmlDeclaration: XmlWriterProperty = 3i32;
155 pub const XmlWriterProperty_ConformanceLevel: XmlWriterProperty = 4i32;
156 pub const XmlWriterProperty_CompactEmptyElement: XmlWriterProperty = 5i32;
157 pub const _XmlWriterProperty_Last: XmlWriterProperty = 5i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Data/Xml/XmlLite/
H A Dmod.rs902 pub struct XmlWriterProperty(pub i32); struct
903 pub const XmlWriterProperty_MultiLanguage: XmlWriterProperty = XmlWriterProperty(0i32);
904 pub const XmlWriterProperty_Indent: XmlWriterProperty = XmlWriterProperty(1i32);
905 pub const XmlWriterProperty_ByteOrderMark: XmlWriterProperty = XmlWriterProperty(2i32);
906 pub const XmlWriterProperty_OmitXmlDeclaration: XmlWriterProperty = XmlWriterProperty(3i32);
907 pub const XmlWriterProperty_ConformanceLevel: XmlWriterProperty = XmlWriterProperty(4i32);
908 pub const XmlWriterProperty_CompactEmptyElement: XmlWriterProperty = XmlWriterProperty(5i32);
909 pub const _XmlWriterProperty_Last: XmlWriterProperty = XmlWriterProperty(5i32);
910 impl ::std::convert::From<i32> for XmlWriterProperty { implementation
915 unsafe impl ::windows::runtime::Abi for XmlWriterProperty { implementation
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxmllite.h614 typedef enum XmlWriterProperty { enum
621 } XmlWriterProperty; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxmllite.h614 typedef enum XmlWriterProperty { enum
621 } XmlWriterProperty; typedef