Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 63 of file stringformat.c.
{ if(!format) return InvalidParameter; GdipFree(format->character_ranges); GdipFree(format->tabs); GdipFree(format); return Ok; }