WinQueryAtomUsage - Example Code

This function returns the number of times an atom has been used.

#define INCL_WINATOM
#include <OS2.H>

HATOMTBL atomtbl;
ATOM atom = 25;

      WinQueryAtomlength(atomtbl,
                         atom);


[Back: WinQueryAtomUsage - Related Functions]
[Next: WinQueryAtomUsage - Topics]