Struct windows_sys::Win32::Networking::Clustering::CREATE_CLUSTER_CONFIG
#[repr(C)]pub struct CREATE_CLUSTER_CONFIG {
pub dwVersion: u32,
pub lpszClusterName: PCWSTR,
pub cNodes: u32,
pub ppszNodeNames: *mut PWSTR,
pub cIpEntries: u32,
pub pIpEntries: *mut CLUSTER_IP_ENTRY,
pub fEmptyCluster: BOOLEAN,
pub managementPointType: CLUSTER_MGMT_POINT_TYPE,
pub managementPointResType: CLUSTER_MGMT_POINT_RESTYPE,
}
Expand description
Required features: "Win32_Networking_Clustering"
, "Win32_Foundation"
Fields§
§dwVersion: u32
§lpszClusterName: PCWSTR
§cNodes: u32
§ppszNodeNames: *mut PWSTR
§cIpEntries: u32
§pIpEntries: *mut CLUSTER_IP_ENTRY
§fEmptyCluster: BOOLEAN
§managementPointType: CLUSTER_MGMT_POINT_TYPE
§managementPointResType: CLUSTER_MGMT_POINT_RESTYPE