summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/UI/Xaml/Printing/mod.rs
blob: 3b59425bb77130f653b699831d17c62756090b93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pub type AddPagesEventArgs = *mut ::core::ffi::c_void;
pub type AddPagesEventHandler = *mut ::core::ffi::c_void;
pub type GetPreviewPageEventArgs = *mut ::core::ffi::c_void;
pub type GetPreviewPageEventHandler = *mut ::core::ffi::c_void;
pub type PaginateEventArgs = *mut ::core::ffi::c_void;
pub type PaginateEventHandler = *mut ::core::ffi::c_void;
#[doc = "*Required features: `\"UI_Xaml_Printing\"`*"]
#[repr(transparent)]
pub struct PreviewPageCountType(pub i32);
impl PreviewPageCountType {
    pub const Final: Self = Self(0i32);
    pub const Intermediate: Self = Self(1i32);
}
impl ::core::marker::Copy for PreviewPageCountType {}
impl ::core::clone::Clone for PreviewPageCountType {
    fn clone(&self) -> Self {
        *self
    }
}
pub type PrintDocument = *mut ::core::ffi::c_void;