Home
last modified time | relevance | path

Searched refs:igdata (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/user32/misc/
H A Dexticon.c634 BYTE *idata, *igdata; in ICO_ExtractIconExW() local
724igdata = RtlImageRvaToVa(RtlImageNtHeader((HMODULE)peimage), (HMODULE)peimage, igdataent->OffsetTo… in ICO_ExtractIconExW()
725 if (!igdata) in ICO_ExtractIconExW()
730 pIconId[i] = LookupIconIdFromDirectoryEx(igdata, TRUE, cx1, cy1, flags); in ICO_ExtractIconExW()
731 … if (cx2 && cy2) pIconId[++i] = LookupIconIdFromDirectoryEx(igdata, TRUE, cx2, cy2, flags); in ICO_ExtractIconExW()