PREGISTERCLASSNAMEW

Type Alias PREGISTERCLASSNAMEW 

Source
pub type PREGISTERCLASSNAMEW = Option<unsafe extern "system" fn(LPCWSTR) -> BOOLEAN>;

Aliased Type§

pub 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.