NAME

SHGetStockIconInfo  (SHELL32.@)

SYNOPSIS

 HRESULT SHGetStockIconInfo
 (
  SHSTOCKICONID    id,
  UINT             flags,
  SHSTOCKICONINFO* sii
 )

DESCRIPTION

Receive information for builtin icons.

PARAMS

id [In] selected icon-id to get information for.
flags [In] selects the information to receive.
sii [IO] SHSTOCKICONINFO structure to fill.

RETURNS

Success: S_OK

Failure: A HRESULT failure code

IMPLEMENTATION

Declared in "shellapi.h". https://source.winehq.org/source/include/shellapi.h

Implemented in "dlls/shell32/iconcache.c". https://source.winehq.org/source/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 Apr 2024.