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 '\0's in a certain way to ensure that at least one trailing '\0' remains.

RETURNS

Atom: Success 0: Failure

IMPLEMENTATION

Declared in "wine/winbase16.h". https://source.winehq.org/source/include/wine/winbase16.h

Implemented in "dlls/krnl386.exe16/atom.c". https://source.winehq.org/source/dlls/krnl386.exe16/atom.c

Debug channel "atom".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.