Scroll to navigation

InitAtomTable(3w) Wine API InitAtomTable(3w)

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

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