LookupIconIdFromDirectory function user32

int LookupIconIdFromDirectory(
  1. Pointer<Uint8> presbits,
  2. int fIcon
)

Searches through icon or cursor data for the icon or cursor that best fits the current display device.

int LookupIconIdFromDirectory(
  PBYTE presbits,
  BOOL  fIcon
);

Implementation

int LookupIconIdFromDirectory(Pointer<Uint8> presbits, int fIcon) =>
    _LookupIconIdFromDirectory(presbits, fIcon);