pub unsafe extern "system" fn ClusterRegQueryValue(
    hkey: HKEY,
    lpszvaluename: PWSTR,
    lpdwvaluetype: *mut u32,
    lpdata: *mut u8,
    lpcbdata: *mut u32
) -> i32
Expand description

Required features: ‘Win32_Networking_Clustering’, ‘Win32_Foundation’, ‘Win32_System_Registry’