LPFNPSPCALLBACKW

Type Alias LPFNPSPCALLBACKW 

Source
pub type LPFNPSPCALLBACKW = Option<unsafe extern "C" fn(hwnd: HWND, uMsg: UINT, ppsp: *mut _PROPSHEETPAGEW) -> UINT>;

Aliased Type§

pub enum LPFNPSPCALLBACKW {
    None,
    Some(unsafe extern "C" fn(*mut HWND__, u32, *mut _PROPSHEETPAGEW) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut HWND__, u32, *mut _PROPSHEETPAGEW) -> u32)

Some value of type T.