Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel.h375 typedef interface IXpsOMDocumentStructureResource IXpsOMDocumentStructureResource; typedef
377 interface IXpsOMDocumentStructureResource; variable
556 typedef interface IXpsOMDocumentStructureResource IXpsOMDocumentStructureResource; typedef
558 interface IXpsOMDocumentStructureResource; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsobjectmodel.h375 typedef interface IXpsOMDocumentStructureResource IXpsOMDocumentStructureResource; typedef
377 interface IXpsOMDocumentStructureResource; variable
556 typedef interface IXpsOMDocumentStructureResource IXpsOMDocumentStructureResource; typedef
558 interface IXpsOMDocumentStructureResource; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs1418 …ub unsafe fn GetDocumentStructureResource(&self) -> ::windows::runtime::Result<IXpsOMDocumentStruc… in GetDocumentStructureResource()
1649 pub struct IXpsOMDocumentStructureResource(::windows::runtime::IUnknown); struct
1650 impl IXpsOMDocumentStructureResource { implementation
1674 unsafe impl ::windows::runtime::Interface for IXpsOMDocumentStructureResource { implementation
1688 …windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IXpsOMDocumentStructureResource { implementation
1693 …indows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IXpsOMDocumentStructureResource { implementation
1708 impl<'a> ::windows::runtime::IntoParam<'a, IXpsOMResource> for IXpsOMDocumentStructureResource { implementation
1713 impl<'a> ::windows::runtime::IntoParam<'a, IXpsOMResource> for &IXpsOMDocumentStructureResource { implementation
1728 impl<'a> ::windows::runtime::IntoParam<'a, IXpsOMPart> for IXpsOMDocumentStructureResource { implementation
1733 impl<'a> ::windows::runtime::IntoParam<'a, IXpsOMPart> for &IXpsOMDocumentStructureResource { 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.rs127 pub type IXpsOMDocumentStructureResource = *mut ::core::ffi::c_void; typedef