Type Alias windows::Win32::UI::Controls::LPFNCCSTYLEW

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

Aliased Type§

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.