Type Alias windows::Win32::NetworkManagement::Rras::PMPRADMINLINKHANGUPNOTIFICATION
pub type PMPRADMINLINKHANGUPNOTIFICATION = Option<unsafe extern "system" fn(param0: *mut RAS_PORT_0, param1: *mut RAS_PORT_1)>;
Aliased Type§
enum PMPRADMINLINKHANGUPNOTIFICATION {
None,
Some(unsafe extern "system" fn(_: *mut RAS_PORT_0, _: *mut RAS_PORT_1)),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: *mut RAS_PORT_0, _: *mut RAS_PORT_1))
Some value of type T
.