webview2_com_sys::Windows::Win32::UI::Shell

Function SHCreateShellItemArray

Source
pub unsafe fn SHCreateShellItemArray<'a>(
    pidlparent: *mut ITEMIDLIST,
    psf: impl IntoParam<'a, IShellFolder>,
    cidl: u32,
    ppidl: *mut *mut ITEMIDLIST,
) -> Result<IShellItemArray>