Struct windows_sys::Win32::Networking::Clustering::CLRES_V2_FUNCTIONS
[−]#[repr(C)]pub struct CLRES_V2_FUNCTIONS {
pub Open: POPEN_V2_ROUTINE,
pub Close: PCLOSE_ROUTINE,
pub Online: PONLINE_V2_ROUTINE,
pub Offline: POFFLINE_V2_ROUTINE,
pub Terminate: PTERMINATE_ROUTINE,
pub LooksAlive: PLOOKS_ALIVE_ROUTINE,
pub IsAlive: PIS_ALIVE_ROUTINE,
pub Arbitrate: PARBITRATE_ROUTINE,
pub Release: PRELEASE_ROUTINE,
pub ResourceControl: PRESOURCE_CONTROL_ROUTINE,
pub ResourceTypeControl: PRESOURCE_TYPE_CONTROL_ROUTINE,
pub Cancel: PCANCEL_ROUTINE,
}Expand description
Required features: ‘Win32_Networking_Clustering’, ‘Win32_Foundation’, ‘Win32_System_Registry’
Fields
Open: POPEN_V2_ROUTINEClose: PCLOSE_ROUTINEOnline: PONLINE_V2_ROUTINEOffline: POFFLINE_V2_ROUTINETerminate: PTERMINATE_ROUTINELooksAlive: PLOOKS_ALIVE_ROUTINEIsAlive: PIS_ALIVE_ROUTINEArbitrate: PARBITRATE_ROUTINERelease: PRELEASE_ROUTINEResourceControl: PRESOURCE_CONTROL_ROUTINEResourceTypeControl: PRESOURCE_TYPE_CONTROL_ROUTINECancel: PCANCEL_ROUTINE