Tests whether a file handle points to a target (remote) machine.
bRemoteHandle = IsFileRemote(hFileHandle)
Variable | Description |
---|---|
bRemoteHandle | TRUE if the file handle points to a target machine. BOOLEAN. |
hFileHandle | The handle of the file retrieved from FileOpen(), SYS_FileOpen(), IniFileOpen(), or SYS_IniFileOpen(). |
IsFileRemote returns TRUE if the file handle points to a target machine, or FALSE if the file handle does not point to a target machine. The file can be of any sort, including an INI file.