[SHELL32][SDK] Implement SHGetShellStyleHInstance (#5707)

Co-authored-by: Oleg Dubinskiy <oleg.dubinskij30@gmail.com>
This PR supersedes PR #3851.
- Implement SHGetShellStyleHInstance function.
- Add SHGetShellStyleHInstance prototype to <shlobj.h>.
CORE-17707
This commit is contained in:
Katayama Hirofumi MZ 2023-09-21 09:22:33 +09:00 committed by GitHub
parent 6c55a3aa2a
commit 29e1a41d07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 46 additions and 11 deletions

View file

@ -336,6 +336,10 @@ SHOpenFolderAndSelectItems(
int WINAPI PathCleanupSpec(_In_opt_ LPCWSTR, _Inout_ LPWSTR);
#if (_WIN32_WINNT >= _WIN32_WINNT_WINXP) && (_WIN32_WINNT <= _WIN32_WINNT_WS03)
HINSTANCE WINAPI SHGetShellStyleHInstance(VOID);
#endif
/*****************************************************************************
* IContextMenu interface
*/