Function windows::Win32::Web::InternetExplorer::IERegCreateKeyEx

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