windows::Win32::Networking::Clustering

Function ClusterRegCreateKeyEx

pub unsafe fn ClusterRegCreateKeyEx<P1, P7>(
    hkey: HKEY,
    lpsubkey: P1,
    dwoptions: u32,
    samdesired: u32,
    lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
    phkresult: *mut HKEY,
    lpdwdisposition: Option<*mut u32>,
    lpszreason: P7,
) -> i32
where P1: Param<PCWSTR>, P7: Param<PCWSTR>,