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

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

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-20 08:32:07 +09:00 committed by GitHub
parent 0bb8b46ba8
commit aa52c3f5eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 76 additions and 15 deletions
sdk/include/psdk

View file

@ -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