INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- BOOL
-- The CloseHandle function closes an open object handle.
-- Parameters
-- hObject
-- Identifies an open object handle.
-- Return Value
-- If the function succeeds, the return value is TRUE.
-- If the function fails, the return value is FALSE.
-- To get extended error information, call GetLastError.
-- The `DuplicateHandle' function duplicates an object handle
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |