SHGetStockIconInfo (SHELL32.@)
HRESULT SHGetStockIconInfo ( SHSTOCKICONID id, UINT flags, SHSTOCKICONINFO* sii )
Receive information for builtin icons.
id | [In] | selected icon-id to get information for. |
flags | [In] | selects the information to receive. |
sii | [IO] | SHSTOCKICONINFO structure to fill. |
Success: S_OK
Failure: A HRESULT failure code
Declared in "include/shellapi.h". gitlab.winehq.org/wine/wine/blob/master/include/shellapi.h
Implemented in "dlls/shell32/iconcache.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shell32/iconcache.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.