Function windows::Win32::UI::Shell::PropertiesSystem::PSPropertyBag_WriteBOOL
pub unsafe fn PSPropertyBag_WriteBOOL<P0, P1, P2>(
propbag: P0,
propname: P1,
value: P2,
) -> Result<()>where
P0: Param<IPropertyBag>,
P1: Param<PCWSTR>,
P2: Param<BOOL>,