Type Alias windows::Wdk::System::SystemServices::PRTL_QUERY_REGISTRY_ROUTINE

pub type PRTL_QUERY_REGISTRY_ROUTINE = Option<unsafe extern "system" fn() -> NTSTATUS>;

Aliased Type§

enum PRTL_QUERY_REGISTRY_ROUTINE {
    None,
    Some(unsafe extern "system" fn() -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.