Home
last modified time | relevance | path

Searched defs:IXpsOMPartResources (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel.h87 typedef interface IXpsOMPartResources IXpsOMPartResources; typedef
89 interface IXpsOMPartResources; variable
788 typedef interface IXpsOMPartResources IXpsOMPartResources; typedef
790 interface IXpsOMPartResources; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel.h87 typedef interface IXpsOMPartResources IXpsOMPartResources; typedef
89 interface IXpsOMPartResources; variable
788 typedef interface IXpsOMPartResources IXpsOMPartResources; typedef
790 interface IXpsOMPartResources; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs3707 pub unsafe fn CreatePartResources(&self) -> ::windows::runtime::Result<IXpsOMPartResources> { in CreatePartResources()
3731 …ing::Opc::IOpcPartUri>, Param2: ::windows::runtime::IntoParam<'a, IXpsOMPartResources>, Param3: ::… in CreatePageFromStream() argument
4060 pub unsafe fn CreatePartResources(&self) -> ::windows::runtime::Result<IXpsOMPartResources> { in CreatePartResources()
4084 …ing::Opc::IOpcPartUri>, Param2: ::windows::runtime::IntoParam<'a, IXpsOMPartResources>, Param3: ::… in CreatePageFromStream() argument
4371 …ing::Opc::IOpcPartUri>, Param2: ::windows::runtime::IntoParam<'a, IXpsOMPartResources>, Param3: ::… in CreatePageFromStream1() argument
5462 pub unsafe fn CollectPartResources(&self) -> ::windows::runtime::Result<IXpsOMPartResources> { in CollectPartResources()
5639 pub struct IXpsOMPartResources(::windows::runtime::IUnknown); struct
5640 impl IXpsOMPartResources { impl
5658 unsafe impl ::windows::runtime::Interface for IXpsOMPartResources { implementation
5672 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IXpsOMPartResources { implementation
[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.rs156 pub type IXpsOMPartResources = *mut ::core::ffi::c_void; typedef