Boolean Awdisconnect(); Boolean Filexferfromhost(Bstr Hostfile, Bstr Remotefile); Boolean Filexfertohost(Bstr Hostfile, Bstr Remotefile) - Symantec PCANYWHERE - OLE AUTOMATION GUIDE V12.1 Manual

Ole automation guide
Table of Contents

Advertisement

boolean awDisconnect();

boolean FileXferFromHost(BSTR HostFile, BSTR RemoteFile);

boolean FileXferToHost(BSTR HostFile, BSTR RemoteFile);

Disconnects the host computer.
Table 3-66
defines the return value.
Table 3-66
boolean awDisconnect(); return value
Return value
Boolean
Copies a file from the host computer to the remote computer. The parameters
can contain wildcard characters.
Table 3-67
defines the parameters.
Table 3-67
boolean FileXferFromHost parameters
Parameter
HostFile as string
RemoteFile as string
Table 3-68
defines the return value.
Table 3-68
boolean FileXferFromHost return value
Return value
Boolean
Copies a file from the remote computer to the host computer. The parameters
can contain wildcard characters.
Description
After calling this function, the calling program must
delete the object (C++ - delete IAwrem32X*, VB – set
ObjectName = Nothing;).
Description
Contains the fully qualified path and file name to be
copied from the host computer.
Contains the fully qualified destination path and file
name. The HostFile and RemoteFile strings do not
have to be identical.
Description
TRUE if command executed
Visual C++ object definitions
Awrem32 functions
105

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pcanywhere v12.1

Table of Contents