[SHELL32][SHELL32_APITEST][SDK] Implement SHSetUnreadMailCountW (#7620)

Implementing missing features...
JIRA issue: CORE-19278
- Move function definition from
  stubs.cpp into utils.cpp.
- Add prototype to <shellapi.h>.
This commit is contained in:
Katayama Hirofumi MZ 2025-01-19 21:26:19 +09:00 committed by GitHub
parent dc25409cbf
commit 2da2fba042
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 125 additions and 13 deletions

View file

@ -30,19 +30,6 @@ SHGetUnreadMailCountW(HKEY hKeyUser,
return E_FAIL;
}
/*
* Unimplemented
*/
EXTERN_C HRESULT
WINAPI
SHSetUnreadMailCountW(LPCWSTR pszMailAddress,
DWORD dwCount,
LPCWSTR pszShellExecuteCommand)
{
FIXME("SHSetUnreadMailCountW() stub\n");
return E_FAIL;
}
/*
* Unimplemented
*/