windows::Wdk::System::SystemServices

Type Alias PNMI_CALLBACK

pub type PNMI_CALLBACK = Option<unsafe extern "system" fn() -> bool>;

Aliased Type§

enum PNMI_CALLBACK {
    None,
    Some(unsafe extern "system" fn() -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> bool)

Some value of type T.