Awrem32 Functions - Symantec PCANYWHERE - OLE AUTOMATION GUIDE V 12.5 Manual

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

Advertisement

Awrem32 functions

The following table describes the Awrem32 functions, including the parameters
and return values for handling connections between a host and remote computer:
Method
boolean awConnect(BSTR
FileName);
boolean awDisconnect();
boolean
FileXferFromHost(BSTR
HostFile);
boolean
FileXferFromHost(BSTR
RemoteFile);
boolean FileXferFromHost
Parameter or
Description
return value
Parameter = Name
Creates the connection to the host
as string
computer
Return value =
The parameter is the fully qualified .chf
Boolean
file name that contains information
about the host computer
The return value executes the command
Return value =
Disconnects the host computer
Boolean
After calling this function, the calling
program must delete the object (C++ -
delete IAwrem32X*, VB – set
ObjectName = Nothing;)
Parameter =
Copies a file from the host computer to
HostFile as string
the remote computer. The parameters
can contain wildcard characters
The parameter contains the fully
qualified path and file name to be copied
from the host computer. The HostFile
and RemoteFile strings do not have to
be identical
Parameter =
Copies a file from the host computer to
RemoteFile as
the remote computer. The parameters
string
can contain wildcard characters
The parameter contains the fully
qualified destination path and file name.
The HostFile and RemoteFile strings do
not have to be identical.
Return value =
TRUE if command executed
Boolean
Visual C++ object definitions
Awrem32 functions
85

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ole automation

Table of Contents