[SHELL32][SDK] Follow-up of #7622; LPWSTR to PWSTR etc.

And LPCWSTR to PCWSTR. CORE-19278
This commit is contained in:
Katayama Hirofumi MZ 2025-01-20 10:12:35 +09:00
parent 84607161b4
commit 2186ce3d58
2 changed files with 4 additions and 4 deletions

View file

@ -926,10 +926,10 @@ EXTERN_C
HRESULT WINAPI
SHGetUnreadMailCountW(
_In_opt_ HKEY hKeyUser,
_In_opt_ LPCWSTR pszMailAddress,
_In_opt_ PCWSTR pszMailAddress,
_Out_opt_ PDWORD pdwCount,
_Inout_opt_ PFILETIME pFileTime,
_Out_writes_opt_(cchShellExecuteCommand) LPWSTR pszShellExecuteCommand,
_Out_writes_opt_(cchShellExecuteCommand) PWSTR pszShellExecuteCommand,
_In_ INT cchShellExecuteCommand)
{
LSTATUS error;

View file

@ -662,10 +662,10 @@ SHEnumerateUnreadMailAccountsW(
HRESULT WINAPI
SHGetUnreadMailCountW(
_In_opt_ HKEY hKeyUser,
_In_opt_ LPCWSTR pszMailAddress,
_In_opt_ PCWSTR pszMailAddress,
_Out_opt_ PDWORD pdwCount,
_Inout_opt_ PFILETIME pFileTime,
_Out_writes_opt_(cchShellExecuteCommand) LPWSTR pszShellExecuteCommand,
_Out_writes_opt_(cchShellExecuteCommand) PWSTR pszShellExecuteCommand,
_In_ INT cchShellExecuteCommand);
#ifdef UNICODE