Skip to main content

LPFNCCSTYLEW

Type Alias LPFNCCSTYLEW 

Source
pub type LPFNCCSTYLEW = Option<unsafe extern "system" fn(HWND, *mut CCSTYLEW) -> BOOL>;

Aliased Type§

pub enum LPFNCCSTYLEW {
    None,
    Some(unsafe extern "system" fn(HWND, *mut CCSTYLEW) -> BOOL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(HWND, *mut CCSTYLEW) -> BOOL)

Some value of type T.