windows::Win32::UI::WindowsAndMessaging

Type Alias PREGISTERCLASSNAMEW

pub type PREGISTERCLASSNAMEW = Option<unsafe extern "system" fn(param0: PCWSTR) -> bool>;

Aliased Type§

enum PREGISTERCLASSNAMEW {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR) -> bool)

Some value of type T.