Type Alias windows_sys::Win32::UI::Controls::LPFNPSPCALLBACKA
pub type LPFNPSPCALLBACKA = Option<unsafe extern "system" fn(hwnd: HWND, umsg: PSPCB_MESSAGE, ppsp: *mut PROPSHEETPAGEA) -> u32>;
Expand description
Required features: "Win32_Foundation"
, "Win32_Graphics_Gdi"
, "Win32_UI_WindowsAndMessaging"
Aliased Type§
enum LPFNPSPCALLBACKA {
None,
Some(unsafe extern "system" fn(_: isize, _: u32, _: *mut PROPSHEETPAGEA) -> u32),
}