BinaryStream.Handle Property
Read-Only
Syntax
Handle as Integer
Parameter is Type as Integer. The BinaryStream class constants given below can be passed as the parameter.
1- HandleTypeWin32Handle. A Windows32 OS handle.
2- HandleTypeFilePointer. A file pointer.
3- HandleTypeFileNumber. A file descriptor.
4- HandleTypeMacFileRefNum. A file reference number.
5- HandleTypeMacFileSpecPointer. An FSSpec.
Handle returns a handle of the Type passed or -1 if the requested Type cannot be retrieved.