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

Aliased Type§

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.