Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs448 impl ::std::convert::From<IXpsOMBrush> for IXpsOMShareable { implementation
453 impl ::std::convert::From<&IXpsOMBrush> for IXpsOMShareable { implementation
692 impl ::std::convert::From<IXpsOMCanvas> for IXpsOMShareable { implementation
697 impl ::std::convert::From<&IXpsOMCanvas> for IXpsOMShareable { implementation
2483 impl ::std::convert::From<IXpsOMGlyphs> for IXpsOMShareable { implementation
6067 impl ::std::convert::From<IXpsOMPath> for IXpsOMShareable { implementation
6072 impl ::std::convert::From<&IXpsOMPath> for IXpsOMShareable { implementation
6850 pub struct IXpsOMShareable(::windows::runtime::IUnknown); struct
6851 impl IXpsOMShareable { implementation
6866 fn from(value: IXpsOMShareable) -> Self { in from()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel.h23 typedef interface IXpsOMShareable IXpsOMShareable; typedef
25 interface IXpsOMShareable; variable
604 typedef interface IXpsOMShareable IXpsOMShareable; typedef
606 interface IXpsOMShareable; variable
844 typedef interface IXpsOMShareable IXpsOMShareable; typedef
846 interface IXpsOMShareable; variable
1137 IXpsOMShareable *This,
1142 IXpsOMShareable *This);
1149 IXpsOMShareable *This,
1153 IXpsOMShareable *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel.h23 typedef interface IXpsOMShareable IXpsOMShareable; typedef
25 interface IXpsOMShareable; variable
604 typedef interface IXpsOMShareable IXpsOMShareable; typedef
606 interface IXpsOMShareable; variable
844 typedef interface IXpsOMShareable IXpsOMShareable; typedef
846 interface IXpsOMShareable; variable
1137 IXpsOMShareable *This,
1142 IXpsOMShareable *This);
1149 IXpsOMShareable *This,
1153 IXpsOMShareable *This,
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs165 pub type IXpsOMShareable = *mut ::core::ffi::c_void; typedef