windows::Win32::Web::InternetExplorer

Function IERegisterWritableRegistryValue

pub unsafe fn IERegisterWritableRegistryValue<P1, P2>(
    guid: GUID,
    lppath: P1,
    lpvaluename: P2,
    dwtype: u32,
    lpdata: Option<&[u8]>,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,