AddAtomA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/kernel32/atom.c".