Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 719 of file icoformat.c.
{ IcoDecoder *This = (IcoDecoder*)iface; TRACE("(%p,%p)\n", iface, pCount); if (!This->initialized) return WINCODEC_ERR_NOTINITIALIZED; *pCount = This->header.idCount; TRACE("<-- %u\n", *pCount); return S_OK; }