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

Function SHGetUnreadMailCountW

Source
pub unsafe fn SHGetUnreadMailCountW<'a>(
    hkeyuser: impl IntoParam<'a, HKEY>,
    pszmailaddress: impl IntoParam<'a, PWSTR>,
    pdwcount: *mut u32,
    pfiletime: *mut FILETIME,
    pszshellexecutecommand: PWSTR,
    cchshellexecutecommand: i32,
) -> Result<()>