Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 1026 of file windc.c.
Referenced by GetDC().
{ TRACE("NtUGetDC -> %x:%x\n", hWnd, !hWnd ? DCX_CACHE | DCX_WINDOW : DCX_USESTYLE ); return NtUserGetDCEx(hWnd, NULL, NULL == hWnd ? DCX_CACHE | DCX_WINDOW : DCX_USESTYLE); }