Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel_1.h39 typedef interface IXpsOMPage1 IXpsOMPage1; typedef
41 interface IXpsOMPage1; variable
97 typedef interface IXpsOMPage1 IXpsOMPage1; typedef
99 interface IXpsOMPage1; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel_1.h39 typedef interface IXpsOMPage1 IXpsOMPage1; typedef
41 interface IXpsOMPage1; variable
97 typedef interface IXpsOMPage1 IXpsOMPage1; typedef
99 interface IXpsOMPage1; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs4366 …dimensions: *const XPS_SIZE, language: Param1, parturi: Param2) -> ::windows::runtime::Result<IXps… in CreatePage1()
4371 …Param0, parturi: Param1, resources: Param2, reuseobjects: Param3) -> ::windows::runtime::Result<IX… in CreatePageFromStream1()
5192 pub struct IXpsOMPage1(::windows::runtime::IUnknown); struct
5193 impl IXpsOMPage1 { impl
5299 unsafe impl ::windows::runtime::Interface for IXpsOMPage1 { implementation
5313 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IXpsOMPage1 { implementation
5318 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IXpsOMPage1 { implementation
5333 impl<'a> ::windows::runtime::IntoParam<'a, IXpsOMPage> for IXpsOMPage1 { implementation
5338 impl<'a> ::windows::runtime::IntoParam<'a, IXpsOMPage> for &IXpsOMPage1 { implementation
5353 impl<'a> ::windows::runtime::IntoParam<'a, IXpsOMPart> for IXpsOMPage1 { 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.rs152 pub type IXpsOMPage1 = *mut ::core::ffi::c_void; typedef