Home
last modified time | relevance | path

Searched refs:IXpsOMPackageTarget (Results 1 – 8 of 8) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/Xps/Printing/
H A Dmod.rs18 … xpsprintjob: *mut IXpsPrintJob, printcontentreceiver: *mut super::IXpsOMPackageTarget) -> ::windo… in StartXpsPrintJob1()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsprint.h253 …progressEvent, HANDLE completionEvent, IXpsPrintJob **xpsPrintJob, IXpsOMPackageTarget **printCont…
H A Dxpsobjectmodel.h215 typedef interface IXpsOMPackageTarget IXpsOMPackageTarget; typedef
217 interface IXpsOMPackageTarget; variable
948 typedef interface IXpsOMPackageTarget IXpsOMPackageTarget; typedef
950 interface IXpsOMPackageTarget; variable
5273 IXpsOMPackageTarget : public IUnknown
5291 IXpsOMPackageTarget *This,
5296 IXpsOMPackageTarget *This);
5299 IXpsOMPackageTarget *This);
5303 IXpsOMPackageTarget *This,
5312 interface IXpsOMPackageTarget {
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dxpsprint.h253 …progressEvent, HANDLE completionEvent, IXpsPrintJob **xpsPrintJob, IXpsOMPackageTarget **printCont…
H A Dxpsobjectmodel.h215 typedef interface IXpsOMPackageTarget IXpsOMPackageTarget; typedef
217 interface IXpsOMPackageTarget; variable
948 typedef interface IXpsOMPackageTarget IXpsOMPackageTarget; typedef
950 interface IXpsOMPackageTarget; variable
5273 IXpsOMPackageTarget : public IUnknown
5291 IXpsOMPackageTarget *This,
5296 IXpsOMPackageTarget *This);
5299 IXpsOMPackageTarget *This);
5303 IXpsOMPackageTarget *This,
5312 interface IXpsOMPackageTarget {
[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.rs148 pub type IXpsOMPackageTarget = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Xps/Printing/
H A Dmod.rs406 printcontentreceiver: *mut ::std::option::Option<super::IXpsOMPackageTarget>,
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs4779 pub struct IXpsOMPackageTarget(::windows::runtime::IUnknown); struct
4780 impl IXpsOMPackageTarget { impl
4787 unsafe impl ::windows::runtime::Interface for IXpsOMPackageTarget { implementation
4791 impl ::std::convert::From<IXpsOMPackageTarget> for ::windows::runtime::IUnknown {
4792 fn from(value: IXpsOMPackageTarget) -> Self { in from()
4796 impl ::std::convert::From<&IXpsOMPackageTarget> for ::windows::runtime::IUnknown {
4797 fn from(value: &IXpsOMPackageTarget) -> Self { in from()
4801 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IXpsOMPackageTarget { implementation
4806 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IXpsOMPackageTarget { implementation