Scroll to navigation

FindAtomA(3w) Wine API FindAtomA(3w)

NAME

FindAtomA (KERNEL32.@)

SYNOPSIS

ATOM FindAtomA
(
LPCSTR str
)
 

PARAMS

str [In] Pointer to string to find.
 

DESCRIPTION

Get the atom associated with a string.
 

RETURNS

Success: The associated atom.
Failure: 0.
 

IMPLEMENTATION

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