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

Function SHShowManageLibraryUI

Source
pub unsafe fn SHShowManageLibraryUI<'a>(
    psilibrary: impl IntoParam<'a, IShellItem>,
    hwndowner: impl IntoParam<'a, HWND>,
    psztitle: impl IntoParam<'a, PWSTR>,
    pszinstruction: impl IntoParam<'a, PWSTR>,
    lmdoptions: LIBRARYMANAGEDIALOGOPTIONS,
) -> Result<()>