Type Alias DeviceDialogFunction

pub type DeviceDialogFunction = Option<unsafe extern "system" fn(param0: *mut DEVICEDIALOGDATA) -> HRESULT>;

Aliased Type§

pub enum DeviceDialogFunction {
    None,
    Some(unsafe extern "system" fn(*mut DEVICEDIALOGDATA) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut DEVICEDIALOGDATA) -> HRESULT)

Some value of type T.