DeleteAtom (KERNEL32.@)
ATOM DeleteAtom ( ATOM atom )
atom | [In] | Atom to delete. |
Decrement the reference count of a string atom. If the count becomes zero, the string associated with the atom is removed from the table.
Success: 0.
Failure: atom
Declared in "include/winternl.h". gitlab.winehq.org/wine/wine/blob/master/include/winternl.h
Implemented in "dlls/kernel32/atom.c". gitlab.winehq.org/wine/wine/blob/master/dlls/kernel32/atom.c
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.