Home
last modified time | relevance | path

Searched defs:IXpsOMObjectFactory1 (Results 1 – 5 of 5) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel_1.h23 typedef interface IXpsOMObjectFactory1 IXpsOMObjectFactory1; typedef
25 interface IXpsOMObjectFactory1; variable
81 typedef interface IXpsOMObjectFactory1 IXpsOMObjectFactory1; typedef
83 interface IXpsOMObjectFactory1; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel_1.h23 typedef interface IXpsOMObjectFactory1 IXpsOMObjectFactory1; typedef
25 interface IXpsOMObjectFactory1; variable
81 typedef interface IXpsOMObjectFactory1 IXpsOMObjectFactory1; typedef
83 interface IXpsOMObjectFactory1; 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.rs145 pub type IXpsOMObjectFactory1 = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs4019 pub struct IXpsOMObjectFactory1(::windows::runtime::IUnknown); struct
4020 impl IXpsOMObjectFactory1 { impl
4381 unsafe impl ::windows::runtime::Interface for IXpsOMObjectFactory1 { implementation
4395 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IXpsOMObjectFactory1 { implementation
4400 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IXpsOMObjectFactory1 { implementation
4415 impl<'a> ::windows::runtime::IntoParam<'a, IXpsOMObjectFactory> for IXpsOMObjectFactory1 { implementation
4420 impl<'a> ::windows::runtime::IntoParam<'a, IXpsOMObjectFactory> for &IXpsOMObjectFactory1 { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/WinRT/
H A Dmod.rs3365 …pub unsafe fn ObjectFactory(&self) -> ::windows::runtime::Result<super::super::Storage::Xps::IXpsO… in ObjectFactory()