Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 101 of file dcutil.c.
Referenced by DceAllocDCE().
{ PDC dc = DC_LockDc(hDC); if (!dc) { EngSetLastError(ERROR_INVALID_HANDLE); return; } dc->fs |= DC_FLAG_PERMANENT; DC_UnlockDc(dc); return; }