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

Function SHGetFolderPathAndSubDirA

Source
pub unsafe fn SHGetFolderPathAndSubDirA<'a>(
    hwnd: impl IntoParam<'a, HWND>,
    csidl: i32,
    htoken: impl IntoParam<'a, HANDLE>,
    dwflags: u32,
    pszsubdir: impl IntoParam<'a, PSTR>,
    pszpath: PSTR,
) -> Result<()>