windows::Win32::Web::InternetExplorer

Function IERegCreateKeyEx

pub unsafe fn IERegCreateKeyEx<P0, P2>(
    lpsubkey: P0,
    reserved: u32,
    lpclass: P2,
    dwoptions: u32,
    samdesired: u32,
    lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
    phkresult: *mut HKEY,
    lpdwdisposition: *mut u32,
) -> Result<()>
where P0: Param<PCWSTR>, P2: Param<PCWSTR>,