Link to home
Start Free TrialLog in
Avatar of james_m_carr
james_m_carr

asked on

Using the Global Atom Table

It has been suggested that Windows allocates handles to Atoms on a sequential basis. i.e. if an application performs a GlobalAddAtom and the atom value 0xC000 is returned from the initial call, will it ALWAYS be the case that the next call to GlobalAddAtom will return the previous atom value + 1 - assume that atom strings are unique.

Or is there a risk that 'holes' may appear in the atom values? e.g. 0xC001, 0xC003, 0xC00A etc.


ASKER CERTIFIED SOLUTION
Avatar of Jaysin28
Jaysin28

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial