GetAtomHandle

2.x

  HLOCAL GetAtomHandle(atm)    
  ATOM atm; /* atom to retrieve handle of */

The GetAtomHandle function retrieves a handle of the specified atom.

This function is only provided for compatibility with Windows, versions 1.x and 2.x. It should not be used with Windows 3.0 and later.

Parameters

atm

Specifies an atom whose handle is to be retrieved.

Return Value

The return value is a handle of the specified atom if the function is successful.

See Also

GetAtomName, GlobalGetAtomName