Futurebasic/Language/Reference/def clearhandle
From Wikibooks, open books for an open world
< Futurebasic | Language | Reference
Contents |
DEF CLEARHANDLE Statement [edit]
DEF CLEARHANDLE [edit]
Statement [edit]
✔ Appearance ✔ Standard ✔ Console
Syntax [edit]
DEF CLEARHANDLE(handle&)
Description [edit]
If handle& is a valid handle to a relocatable memory block, this statement sets all of the bytes in the block to zero. If handle& is not a valid handle, the statement does nothing.
See Also [edit]
DEF DISPOSEH; Inside Macintosh: http://developer.apple.com/documentation/macos8/mac8.html, Memory: http://developer.apple.com/documentation/mac/Memory/Memory-2.html
This page may need to be