Handle Property
Object List
Defined By: BinaryFile
Description:
Accesses the file handle of the binary file.
Details:
This property is read only and can't be changed. The handle of a file is a
number assigned by the operating system when the file is opened. This handle
represents the open file and is used in function calls to gain access to the open
file. If the file is not open, the value is INVALID_HANDLE_VALUE (-1).
Data Type: Long