The DeleteAtom function decrements the reference count of a local string atom. If the atom’s reference count is reduced to zero, DeleteAtom removes the string associated with the atom from the local atom table.
ATOM DeleteAtom(
ATOM nAtom |
// atom to delete |
); |
If the function succeeds, the return value is zero.
If the function fails, the return value is the nAtom parameter. To get extended error information, call GetLastError.
A string atom’s reference count specifies the number of times the atom has been added to or removed from the atom table. The AddAtom function increments the count on each call. The DeleteAtom function decrements the count on each call but removes the string only if the atom’s reference count is zero.
The only way to ensure that an atom has been deleted from the atom table is to call this function repeatedly until it fails. When the reference count is reduced to zero, the next call to the FindAtom or DeleteAtom function fails.
The DeleteAtom function has no effect on an integer atom (an atom created by using the MAKEINTATOM macro). The function always returns zero for an integer atom.
AddAtom, FindAtom, GlobalAddAtom, GlobalDeleteAtom, GlobalFindAtom, MAKEINTATOM
file: /Techref/os/win/api/win32/func/src/f15_4.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 17:20,
18.117.7.6:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/techref/os/win/api/win32/func/src/f15_4.htm"> DeleteAtom</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
.