AddAtomA(3w)
NAME
AddAtomA (KERNEL32.@)
SYNOPSIS
ATOM AddAtomA
(
LPCSTR str
)
PARAMS
str [In] String to add.
DESCRIPTION
Add a character string to the global atom table and return a unique
value identifying it.
RETURNS
Success: The atom allocated to str.
Failure: 0.
IMPLEMENTATION
Defined in "winbase.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/atom.c".