ATOM is a 16-bit Windows handle-like primitive. It’s value is completely opaque to user-mode. It is not a pointer or an index.
typedef unsigned short ATOM;
ATOM is a 16-bit Windows handle-like primitive. It’s value is completely opaque to user-mode. It is not a pointer or an index.
typedef unsigned short ATOM;