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

Function GetFileNameFromBrowse

Source
pub unsafe fn GetFileNameFromBrowse<'a>(
    hwnd: impl IntoParam<'a, HWND>,
    pszfilepath: impl IntoParam<'a, PWSTR>,
    cchfilepath: u32,
    pszworkingdir: impl IntoParam<'a, PWSTR>,
    pszdefext: impl IntoParam<'a, PWSTR>,
    pszfilters: impl IntoParam<'a, PWSTR>,
    psztitle: impl IntoParam<'a, PWSTR>,
) -> BOOL