InitAtomTable.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

InitAtomTable (KERNEL32.@)

SYNOPSIS

BOOL InitAtomTable
 (
  DWORD entries
 )

DESCRIPTION

Initialise the global atom table.

PARAMS

entries [In] The number of entries to reserve in the table.

RETURNS

Success: TRUE.

Failure: FALSE.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/atom.c".