Function windows::Win32::Networking::Clustering::ClusterRegCreateKey

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