Home
last modified time | relevance | path

Searched defs:HPTPROVIDER (Results 1 – 6 of 6) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Printing/PrintTicket/
H A Dmod.rs7 …pub fn PTConvertDevModeToPrintTicket(hprovider: super::super::super::Storage::Xps::HPTPROVIDER, cb… in PTConvertDevModeToPrintTicket()
9 …pub fn PTConvertPrintTicketToDevMode(hprovider: super::super::super::Storage::Xps::HPTPROVIDER, pp… in PTConvertPrintTicketToDevMode()
11 …pub fn PTGetPrintCapabilities(hprovider: super::super::super::Storage::Xps::HPTPROVIDER, pprinttic… in PTGetPrintCapabilities()
13 …pub fn PTGetPrintDeviceCapabilities(hprovider: super::super::super::Storage::Xps::HPTPROVIDER, ppr… in PTGetPrintDeviceCapabilities()
15 …pub fn PTGetPrintDeviceResources(hprovider: super::super::super::Storage::Xps::HPTPROVIDER, pszloc… in PTGetPrintDeviceResources()
17 …pub fn PTMergeAndValidatePrintTicket(hprovider: super::super::super::Storage::Xps::HPTPROVIDER, pb… in PTMergeAndValidatePrintTicket()
21 …WSTR, dwmaxversion: u32, dwprefversion: u32, phprovider: *mut super::super::super::Storage::Xps::H… in PTOpenProviderEx()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Printing/PrintTicket/
H A Dmod.rs52 …Ticket<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Storage::Xps::HPTPROVIDE… in PTConvertDevModeToPrintTicket()
57 …fn PTConvertDevModeToPrintTicket(hprovider: super::super::super::Storage::Xps::HPTPROVIDER, cbdevm… in PTConvertDevModeToPrintTicket()
85 …fn PTGetPrintCapabilities(hprovider: super::super::super::Storage::Xps::HPTPROVIDER, pprintticket:… in PTGetPrintCapabilities()
99 …fn PTGetPrintDeviceCapabilities(hprovider: super::super::super::Storage::Xps::HPTPROVIDER, pprintt… in PTGetPrintDeviceCapabilities()
108 …ources<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Storage::Xps::HPTPROVIDE… in PTGetPrintDeviceResources()
119 …fn PTGetPrintDeviceResources(hprovider: super::super::super::Storage::Xps::HPTPROVIDER, pszlocalen… in PTGetPrintDeviceResources()
128 …Ticket<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Storage::Xps::HPTPROVIDE… in PTMergeAndValidatePrintTicket()
140 …fn PTMergeAndValidatePrintTicket(hprovider: super::super::super::Storage::Xps::HPTPROVIDER, pbaset… in PTMergeAndValidatePrintTicket()
149 …STR>>(pszprintername: Param0, dwversion: u32) -> ::windows::runtime::Result<super::super::super::S… in PTOpenProvider()
164 …ram0, dwmaxversion: u32, dwprefversion: u32, phprovider: *mut super::super::super::Storage::Xps::H… in PTOpenProviderEx()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/win/
H A Dwd2d.cpp109 typedef HANDLE HPTPROVIDER; typedef
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/win/
H A Dwd2d.cpp109 typedef HANDLE HPTPROVIDER; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs114 pub type HPTPROVIDER = isize; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Xps/
H A Dmod.rs286 pub struct HPTPROVIDER(pub isize); struct
287 impl ::std::default::Default for HPTPROVIDER { implementation
292 unsafe impl ::windows::runtime::Handle for HPTPROVIDER {} implementation
293 unsafe impl ::windows::runtime::Abi for HPTPROVIDER { implementation