104 Visual C++ object definitions
Awrem32 functions
// Now, set the required properties
hostData.SetConnectionType("TCP/IP");
// Save the object data
if (hostData.WriteObject(0))
{
// And launch it
if (hostData.Launch())
bReturn = TRUE;
}
// Release the Host object.
hostData.ReleaseDispatch();
return (bReturn);
}
Awrem32 functions
The Awrem32 functions provide the parameters and return values for handling
connections between a host and remote computer.
boolean awConnect(BSTR FileName);
Creates the connection to the host computer.
Table 3-64
defines the parameter.
Table 3-65
defines the return value.
Table 3-64
boolean awConnect parameter
Parameter
Description
Name as string
The fully qualified .chf file name that contains
information about the host computer
Table 3-65
boolean awConnect return value
Return value
Description
Boolean
Executes the command
Summary of Contents for PCANYWHERE - OLE AUTOMATION GUIDE V12.1
Page 1: ...Symantec pcAnywhere OLE Automation Guide ...
Page 6: ......
Page 18: ...18 Using OLE Automation with Symantec pcAnywhere Where to find more information ...
Page 68: ...68 Visual Basic object definitions Awrem32 functions ...
Page 108: ...108 Visual C object definitions Awrem32 functions ...
Page 112: ...112 Index ...