mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +00:00
[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:
parent
6c55a3aa2a
commit
29e1a41d07
3 changed files with 46 additions and 11 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue