mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[SHELL32][SHELL32_APITEST][SDK] Implement SHGetUnreadMailCountW (#7622)
Implementing missing features... JIRA issue: CORE-19278 - Modify shell32.spec. - Move function definition from stubs.cpp into utils.cpp. - Add SHELL_ReadSingleUnreadMailCount helper function. - Add prototype to <shellapi.h>.
This commit is contained in:
parent
157e18b215
commit
84607161b4
7 changed files with 211 additions and 17 deletions
|
@ -659,6 +659,15 @@ SHEnumerateUnreadMailAccountsW(
|
|||
_Out_writes_(cchMailAddress) PWSTR pszMailAddress,
|
||||
_In_ INT cchMailAddress);
|
||||
|
||||
HRESULT WINAPI
|
||||
SHGetUnreadMailCountW(
|
||||
_In_opt_ HKEY hKeyUser,
|
||||
_In_opt_ LPCWSTR pszMailAddress,
|
||||
_Out_opt_ PDWORD pdwCount,
|
||||
_Inout_opt_ PFILETIME pFileTime,
|
||||
_Out_writes_opt_(cchShellExecuteCommand) LPWSTR pszShellExecuteCommand,
|
||||
_In_ INT cchShellExecuteCommand);
|
||||
|
||||
#ifdef UNICODE
|
||||
#define NOTIFYICONDATA_V1_SIZE NOTIFYICONDATAW_V1_SIZE
|
||||
#define NOTIFYICONDATA_V2_SIZE NOTIFYICONDATAW_V2_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue