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

Function CDefFolderMenu_Create2

Source
pub unsafe fn CDefFolderMenu_Create2<'a>(
    pidlfolder: *mut ITEMIDLIST,
    hwnd: impl IntoParam<'a, HWND>,
    cidl: u32,
    apidl: *mut *mut ITEMIDLIST,
    psf: impl IntoParam<'a, IShellFolder>,
    pfn: Option<LPFNDFMCALLBACK>,
    nkeys: u32,
    ahkeys: *const HKEY,
) -> Result<IContextMenu>