pub type EXTS_JOB_PROCESS_CALLBACK = Option<unsafe extern "system" fn(job: u64, process: u64, context: *mut c_void) -> BOOLEAN>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum EXTS_JOB_PROCESS_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: u64, _: u64, _: *mut c_void) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u64, _: u64, _: *mut c_void) -> u8)

Some value of type T.