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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.