Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 2106 of file region.c.
Referenced by NtGdiCreateRoundRectRgn(), and NtGdiExtCreateRegion().
{ PREGION prgn; prgn = REGION_AllocRgnWithHandle(nRgn); if (!prgn) { return NULL; } if (!REGION_bAllocRgnAttr(prgn)) { ASSERT(FALSE); }