mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:23:10 +00:00
[PSDK] Add some parameter names
This commit is contained in:
parent
1944d7b71b
commit
d40d642f03
5 changed files with 38 additions and 36 deletions
|
@ -222,11 +222,11 @@ HRESULT WINAPI SHLoadOLE(LPARAM);
|
|||
HRESULT
|
||||
WINAPI
|
||||
SHParseDisplayName(
|
||||
_In_ PCWSTR,
|
||||
_In_opt_ IBindCtx*,
|
||||
_Outptr_ PIDLIST_ABSOLUTE*,
|
||||
_In_ SFGAOF,
|
||||
_Out_opt_ SFGAOF*);
|
||||
_In_ PCWSTR pszName,
|
||||
_In_opt_ IBindCtx* pbc,
|
||||
_Outptr_ PIDLIST_ABSOLUTE* ppidl,
|
||||
_In_ SFGAOF sfgaoIn,
|
||||
_Out_opt_ SFGAOF* psfgaoOut);
|
||||
|
||||
HRESULT
|
||||
WINAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue