1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-05 07:31:22 +00:00

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

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
sdk/include/psdk

View file

@ -638,6 +638,12 @@ DoEnvironmentSubstW(
_Inout_updates_(cchSrc) LPWSTR pszSrc,
UINT cchSrc);
HRESULT WINAPI
SHSetUnreadMailCountW(
_In_ PCWSTR pszMailAddress,
_In_ DWORD dwCount,
_In_ PCWSTR pszShellExecuteCommand);
#if (_WIN32_IE >= 0x0601)
BOOL
WINAPI