Home
last modified time | relevance | path

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

/reactos/dll/win32/windowscodecs/
H A Dicoformat.c47 } ICONDIRENTRY; typedef
556 ICONDIRENTRY direntry; in IcoDecoder_Initialize()
654 ICONDIRENTRY entry; in IcoDecoder_GetFrame()
685 seek.QuadPart = sizeof(ICONHEADER) + sizeof(ICONDIRENTRY) * index; in IcoDecoder_GetFrame()
689 hr = IStream_Read(This->stream, &entry, sizeof(ICONDIRENTRY), &bytesread); in IcoDecoder_GetFrame()
690 if (FAILED(hr) || bytesread != sizeof(ICONDIRENTRY)) goto fail; in IcoDecoder_GetFrame()
/reactos/modules/rostests/winetests/windowscodecs/
H A Dicoformat.c38 struct ICONDIRENTRY struct
53 struct ICONDIRENTRY direntry; argument