mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +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
|
HRESULT WINAPI
|
||||||
SHGetUnreadMailCountW(
|
SHGetUnreadMailCountW(
|
||||||
_In_opt_ HKEY hKeyUser,
|
_In_opt_ HKEY hKeyUser,
|
||||||
_In_opt_ LPCWSTR pszMailAddress,
|
_In_opt_ PCWSTR pszMailAddress,
|
||||||
_Out_opt_ PDWORD pdwCount,
|
_Out_opt_ PDWORD pdwCount,
|
||||||
_Inout_opt_ PFILETIME pFileTime,
|
_Inout_opt_ PFILETIME pFileTime,
|
||||||
_Out_writes_opt_(cchShellExecuteCommand) LPWSTR pszShellExecuteCommand,
|
_Out_writes_opt_(cchShellExecuteCommand) PWSTR pszShellExecuteCommand,
|
||||||
_In_ INT cchShellExecuteCommand)
|
_In_ INT cchShellExecuteCommand)
|
||||||
{
|
{
|
||||||
LSTATUS error;
|
LSTATUS error;
|
||||||
|
|
|
@ -662,10 +662,10 @@ SHEnumerateUnreadMailAccountsW(
|
||||||
HRESULT WINAPI
|
HRESULT WINAPI
|
||||||
SHGetUnreadMailCountW(
|
SHGetUnreadMailCountW(
|
||||||
_In_opt_ HKEY hKeyUser,
|
_In_opt_ HKEY hKeyUser,
|
||||||
_In_opt_ LPCWSTR pszMailAddress,
|
_In_opt_ PCWSTR pszMailAddress,
|
||||||
_Out_opt_ PDWORD pdwCount,
|
_Out_opt_ PDWORD pdwCount,
|
||||||
_Inout_opt_ PFILETIME pFileTime,
|
_Inout_opt_ PFILETIME pFileTime,
|
||||||
_Out_writes_opt_(cchShellExecuteCommand) LPWSTR pszShellExecuteCommand,
|
_Out_writes_opt_(cchShellExecuteCommand) PWSTR pszShellExecuteCommand,
|
||||||
_In_ INT cchShellExecuteCommand);
|
_In_ INT cchShellExecuteCommand);
|
||||||
|
|
||||||
#ifdef UNICODE
|
#ifdef UNICODE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue