GetIconInfoEx function user32

int GetIconInfoEx(
  1. int hicon,
  2. Pointer<ICONINFOEX> piconinfo
)

Retrieves the opacity and transparency color key of a layered window.

BOOL GetIconInfoExW(
  HICON        hicon,
  PICONINFOEXW piconinfo
);

Implementation

int GetIconInfoEx(int hicon, Pointer<ICONINFOEX> piconinfo) =>
    _GetIconInfoEx(hicon, piconinfo);