GlobalFindAtomA(3w)
NAME
GlobalFindAtomA (KERNEL32.@)
SYNOPSIS
ATOM GlobalFindAtomA
(
LPCSTR str
)
PARAMS
str [In] Pointer to string to search for.
DESCRIPTION
Get the atom associated with a string.
RETURNS
Success: The associated atom.
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".