pub type SECURE_DRIVER_PROCESS_REFERENCE = Option<unsafe extern "system" fn(interfacecontext: *const c_void) -> PEPROCESS>;
Expand description

Required features: "Wdk_Foundation"

Aliased Type§

enum SECURE_DRIVER_PROCESS_REFERENCE {
    None,
    Some(unsafe extern "system" fn(_: *const c_void) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void) -> isize)

Some value of type T.