mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 21:03:02 +00:00
[SHELL32] Implement CSIDL_CONNECTIONS and fix CSIDL_PRINTERS (#6919)
This commit is contained in:
parent
a549a9d8e4
commit
a25a4eb7b8
4 changed files with 45 additions and 0 deletions
|
@ -202,6 +202,7 @@ SHBindToObjectEx(
|
|||
return hr;
|
||||
}
|
||||
|
||||
EXTERN_C
|
||||
HRESULT SHBindToObject(
|
||||
_In_opt_ IShellFolder *psf,
|
||||
_In_ LPCITEMIDLIST pidl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue