#[repr(C)]pub struct CREATE_CLUSTER_NAME_ACCOUNT {
pub dwVersion: u32,
pub lpszClusterName: PCWSTR,
pub dwFlags: u32,
pub pszUserName: PCWSTR,
pub pszPassword: PCWSTR,
pub pszDomain: PCWSTR,
pub managementPointType: CLUSTER_MGMT_POINT_TYPE,
pub managementPointResType: CLUSTER_MGMT_POINT_RESTYPE,
pub bUpgradeVCOs: BOOLEAN,
}
Expand description
Required features: "Win32_Networking_Clustering"
, "Win32_Foundation"
Fields§
§dwVersion: u32
§lpszClusterName: PCWSTR
§dwFlags: u32
§pszUserName: PCWSTR
§pszPassword: PCWSTR
§pszDomain: PCWSTR
§managementPointType: CLUSTER_MGMT_POINT_TYPE
§managementPointResType: CLUSTER_MGMT_POINT_RESTYPE
§bUpgradeVCOs: BOOLEAN