Home
last modified time | relevance | path

Searched defs:IXpsOMPart (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.rs1458 impl ::std::convert::From<IXpsOMDocument> for IXpsOMPart { implementation
1463 impl ::std::convert::From<&IXpsOMDocument> for IXpsOMPart { implementation
5129 impl ::std::convert::From<IXpsOMPage> for IXpsOMPart { implementation
5134 impl ::std::convert::From<&IXpsOMPage> for IXpsOMPart { implementation
5343 impl ::std::convert::From<IXpsOMPage1> for IXpsOMPart { implementation
5348 impl ::std::convert::From<&IXpsOMPage1> for IXpsOMPart { implementation
5590 pub struct IXpsOMPart(::windows::runtime::IUnknown); struct
5591 impl IXpsOMPart { implementation
5602 unsafe impl ::windows::runtime::Interface for IXpsOMPart { implementation
6817 impl ::std::convert::From<IXpsOMResource> for IXpsOMPart { implementation
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel.h31 typedef interface IXpsOMPart IXpsOMPart; typedef
33 interface IXpsOMPart; variable
596 typedef interface IXpsOMPart IXpsOMPart; typedef
598 interface IXpsOMPart; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel.h31 typedef interface IXpsOMPart IXpsOMPart; typedef
33 interface IXpsOMPart; variable
596 typedef interface IXpsOMPart IXpsOMPart; typedef
598 interface IXpsOMPart; variable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs155 pub type IXpsOMPart = *mut ::core::ffi::c_void; typedef