windows::Wdk::System::SystemServices

Type Alias PKSYNCHRONIZE_ROUTINE

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

Aliased Type§

enum PKSYNCHRONIZE_ROUTINE {
    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.