Scroll to navigation

GlobalAddAtomA(3w) Wine API GlobalAddAtomA(3w)

NAME

GlobalAddAtomA (KERNEL32.@)

SYNOPSIS

ATOM GlobalAddAtomA
(
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

Declared in "winbase.h".
Implemented in "dlls/kernel32/atom.c".
Oct 2012 Wine API