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

Required features: "Win32_Foundation"

Aliased Type§

enum PREGISTERCLASSNAMEW {
    None,
    Some(unsafe extern "system" fn(_: *const u16) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const u16) -> u8)

Some value of type T.