mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +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
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue