Home
last modified time | relevance | path

Searched refs:DCECount (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dwindc.c18 static INT DCECount = 0; // Count of DCE in system. variable
100 DCECount++; in DceAllocDCE()
101 TRACE("Alloc DCE's! %d\n",DCECount); in DceAllocDCE()
676 DCECount--; in DceFreeDCE()
677 TRACE("Freed DCE's! %d \n", DCECount); in DceFreeDCE()
691 if (DCECount <= 0) in DceFreeWindowDCE()
693 ERR("FreeWindowDCE No Entry! %d\n",DCECount); in DceFreeWindowDCE()