Type Alias PROPSHEETHEADERA_V1

Source
pub type PROPSHEETHEADERA_V1 = _PROPSHEETHEADERA_V1;

Aliased Type§

struct PROPSHEETHEADERA_V1 {
    pub dwSize: u32,
    pub dwFlags: u32,
    pub hwndParent: *mut HWND__,
    pub hInstance: *mut HINSTANCE__,
    pub __bindgen_anon_1: _PROPSHEETHEADERA_V1__bindgen_ty_1,
    pub pszCaption: *const i8,
    pub nPages: u32,
    pub __bindgen_anon_2: _PROPSHEETHEADERA_V1__bindgen_ty_2,
    pub __bindgen_anon_3: _PROPSHEETHEADERA_V1__bindgen_ty_3,
    pub pfnCallback: Option<unsafe extern "C" fn(_: *mut HWND__, _: u32, _: i64) -> i32>,
}

Fields§

§dwSize: u32§dwFlags: u32§hwndParent: *mut HWND__§hInstance: *mut HINSTANCE__§__bindgen_anon_1: _PROPSHEETHEADERA_V1__bindgen_ty_1§pszCaption: *const i8§nPages: u32§__bindgen_anon_2: _PROPSHEETHEADERA_V1__bindgen_ty_2§__bindgen_anon_3: _PROPSHEETHEADERA_V1__bindgen_ty_3§pfnCallback: Option<unsafe extern "C" fn(_: *mut HWND__, _: u32, _: i64) -> i32>