Skip to main content

MAPIADMINPROFILES

Type Alias MAPIADMINPROFILES 

Source
pub type MAPIADMINPROFILES = Option<unsafe extern "system" fn(u32, OutRef<'_, IProfAdmin>) -> HRESULT>;

Aliased Type§

pub enum MAPIADMINPROFILES {
    None,
    Some(unsafe extern "system" fn(u32, OutRef<'_, IProfAdmin>) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(u32, OutRef<'_, IProfAdmin>) -> HRESULT)

Some value of type T.