[SHELL32] Implement CSIDL_CONNECTIONS and fix CSIDL_PRINTERS (#6919)

This commit is contained in:
Whindmar Saksit 2024-05-21 21:09:18 +02:00 committed by GitHub
parent a549a9d8e4
commit a25a4eb7b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 45 additions and 0 deletions

View file

@ -202,6 +202,7 @@ SHBindToObjectEx(
return hr;
}
EXTERN_C
HRESULT SHBindToObject(
_In_opt_ IShellFolder *psf,
_In_ LPCITEMIDLIST pidl,