windows::Win32::UI::Shell::PropertiesSystem

Function PSPropertyBag_WriteBSTR

pub unsafe fn PSPropertyBag_WriteBSTR<P0, P1>(
    propbag: P0,
    propname: P1,
    value: &BSTR,
) -> Result<()>
where P0: Param<IPropertyBag>, P1: Param<PCWSTR>,