Scroll to navigation

AddAtom16(3w) Wine API AddAtom16(3w)

NAME

AddAtom16 (KRNL386.70)

SYNOPSIS

ATOM AddAtom16
(
LPCSTR str
)
 

DESCRIPTION

Windows DWORD aligns the atom entry size. The remaining unused string space created by the alignment gets padded with ' 's in a certain way to ensure that at least one trailing ' ' remains.
 

RETURNS

Atom: Success 0: Failure
 

IMPLEMENTATION

Declared in "wine/winbase16.h".
Implemented in "dlls/krnl386.exe16/atom.c".
Debug channel "atom".
Oct 2012 Wine API