pub type PCLUSAPI_GET_CLUSTER_NOTIFY_V2 = Option<unsafe extern "system" fn(hchange: HCHANGE, lpdwnotifykey: *mut usize, pfilterandtype: *mut NOTIFY_FILTER_AND_TYPE, buffer: *mut u8, lpcchbuffersize: *mut u32, lpszobjectid: PWSTR, lpcchobjectid: *mut u32, lpszparentid: PWSTR, lpcchparentid: *mut u32, lpszname: PWSTR, lpcchname: *mut u32, lpsztype: PWSTR, lpcchtype: *mut u32, dwmilliseconds: u32) -> u32>;

Aliased Type§

enum PCLUSAPI_GET_CLUSTER_NOTIFY_V2 {
    None,
    Some(unsafe extern "system" fn(_: HCHANGE, _: *mut usize, _: *mut NOTIFY_FILTER_AND_TYPE, _: *mut u8, _: *mut u32, _: PWSTR, _: *mut u32, _: PWSTR, _: *mut u32, _: PWSTR, _: *mut u32, _: PWSTR, _: *mut u32, _: u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HCHANGE, _: *mut usize, _: *mut NOTIFY_FILTER_AND_TYPE, _: *mut u8, _: *mut u32, _: PWSTR, _: *mut u32, _: PWSTR, _: *mut u32, _: PWSTR, _: *mut u32, _: PWSTR, _: *mut u32, _: u32) -> u32)

Some value of type T.