ReactOS 0.4.16-dev-2216-ga08d639
comsup.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

VOID DllInitServer (VOID)
 

Variables

LONG LockCount
 
LONG ObjectCount
 

Function Documentation

◆ DllInitServer()

VOID DllInitServer ( VOID  )

Definition at line 12 of file comsup.c.

13{
14 ObjectCount = 0;
15 LockCount = 0;
16}
LONG LockCount
Definition: comsup.c:7
LONG ObjectCount
Definition: comsup.c:8

Variable Documentation

◆ LockCount

◆ ObjectCount

LONG ObjectCount
extern