Symantec PCANYWHERE - OLE AUTOMATION GUIDE V 12.5 Manual page 56

Hide thumbs Also See for PCANYWHERE - OLE AUTOMATION GUIDE V 12.5:
Table of Contents

Advertisement

56
Visual Basic object definitions
Awrem32 functions
Awrem32 function
awDisconnect()
FileXferFromHost(HostFile)
FileXferFromHost(RemoteFile)
FileXferFromHost
FileXferToHost(HostFile)
FileXferToHost(RemoteFile)
CreateFolderOnHost(FolderName)
CreateFolderOnHost
ExecuteHostFile(FileName)
Parameter or
Description
return value
Return value =
After calling this function, the calling
Boolean
program must delete the object (C++ -
delete IAwrem32X*, VB - set ObjectName
= Nothing;)
Parameter =
Contains the fully qualified path and file
HostFile as
name to be copied from the host computer
string
Parameter =
Contains the fully qualified destination
RemoteFile as
path and file name. The HostFile and
string
RemoteFile strings do not have to be
identical
Return value =
TRUE if command executed
Boolean
Parameter =
Copies a file from the remote computer to
HostFile as
the host computer. The parameters can
string
contain wildcard characters
The parameter contains the fully qualified
destination path and file name
Parameter =
Contains the fully qualified path and file
RemoteFile as
name to be copied from the remote
string
computer. The HostFile and RemoteFile
strings do not have to be identical
Parmeter =
Contains the drive and path to create the
FolderName as
folder on the host computer
string
Return value =
TRUE if command executed
Boolean
Parameter =
Executes an existing file on the host
FileName as
computer. This function only executes
string
batch, command, and executable files. It
does not execute files that are associated
with executables. For example, this
function does not open Microsoft Word if
you execute a .doc file.
The parameter contains the fully qualified
path to the file on the host computer

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ole automation

Table of Contents