mirror of
https://github.com/reactos/reactos.git
synced 2025-07-05 07:31:22 +00:00
[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:
parent
dc25409cbf
commit
2da2fba042
6 changed files with 125 additions and 13 deletions
sdk/include/psdk
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue