mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[SHELL32][SDK] Follow-up of #7622; LPWSTR to PWSTR etc.
And LPCWSTR to PCWSTR. CORE-19278
This commit is contained in:
parent
84607161b4
commit
2186ce3d58
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue