pub type PLSA_REGISTER_NOTIFICATION = Option<unsafe extern "system" fn(startfunction: LPTHREAD_START_ROUTINE, parameter: *const c_void, notificationtype: u32, notificationclass: u32, notificationflags: u32, intervalminutes: u32, waitevent: HANDLE) -> HANDLE>;
Expand description

Required features: "Win32_Foundation", "Win32_System_Threading"

Aliased Type§

enum PLSA_REGISTER_NOTIFICATION {
    None,
    Some(unsafe extern "system" fn(_: Option<unsafe extern "system" fn(_: *mut c_void) -> u32>, _: *const c_void, _: u32, _: u32, _: u32, _: u32, _: isize) -> isize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Option<unsafe extern "system" fn(_: *mut c_void) -> u32>, _: *const c_void, _: u32, _: u32, _: u32, _: u32, _: isize) -> isize)

Some value of type T.