Searched refs:ICONDIRENTRY (Results 1 – 2 of 2) sorted by relevance
47 } ICONDIRENTRY; typedef556 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()
38 struct ICONDIRENTRY struct53 struct ICONDIRENTRY direntry; argument