FindAtom

Syntax

ATOM FindAtom(lpString)

This function searches the atom table for the character string pointed to by the lpString parameter and retrieves the atom associated with that string.

Parameter Type/Description  

lpString LPSTR Points to the character string to be searched for. The string must be null-terminated.  

Return Value

The return value identifies the atom associated with the given string. It is NULL if the string is not in the table.