pub type DRAWSTATEPROC = Option<unsafe extern "system" fn(hdc: HDC, ldata: LPARAM, wdata: WPARAM, cx: i32, cy: i32) -> BOOL>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum DRAWSTATEPROC {
    None,
    Some(unsafe extern "system" fn(_: isize, _: isize, _: usize, _: i32, _: i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: isize, _: isize, _: usize, _: i32, _: i32) -> i32)

Some value of type T.