mirror of
https://github.com/reactos/reactos.git
synced 2025-06-30 14:31:22 +00:00
[SHELL32][SHELL32_APITEST][SDK] Implement SHEnumerateUnreadMailAccountsW (#7619)
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
0bb8b46ba8
commit
aa52c3f5eb
6 changed files with 76 additions and 15 deletions
sdk/include/psdk
|
@ -652,6 +652,13 @@ SHTestTokenMembership(
|
|||
_In_ ULONG ulRID);
|
||||
#endif
|
||||
|
||||
HRESULT WINAPI
|
||||
SHEnumerateUnreadMailAccountsW(
|
||||
_In_opt_ HKEY hKeyUser,
|
||||
_In_ DWORD dwIndex,
|
||||
_Out_writes_(cchMailAddress) PWSTR pszMailAddress,
|
||||
_In_ INT cchMailAddress);
|
||||
|
||||
#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