Function SHGetViewStatePropertyBag
pub unsafe fn SHGetViewStatePropertyBag<P1, T>(
pidl: Option<*const ITEMIDLIST>,
pszbagname: P1,
dwflags: u32,
) -> Result<T>where
P1: Param<PCWSTR>,
T: Interface,
pub unsafe fn SHGetViewStatePropertyBag<P1, T>(
pidl: Option<*const ITEMIDLIST>,
pszbagname: P1,
dwflags: u32,
) -> Result<T>where
P1: Param<PCWSTR>,
T: Interface,