Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 778 of file converter.c.
{ FormatConverter *This = (FormatConverter*)iface; TRACE("(%p,%p,%p)\n", iface, puiWidth, puiHeight); if (This->source) return IWICBitmapSource_GetSize(This->source, puiWidth, puiHeight); else return WINCODEC_ERR_NOTINITIALIZED; }