77
Visual C++ object definitions
CRemoteData object
CRemoteData object
Use this object to modify remote object data.
Get and Set methods
The following methods are used to get and set properties of the CRemoteData
object.
The computer name is the name of the pcAnywhere host computer to be called
when the remote object is launched.
BSTR GetComputerName();
void SetComputerName(LPCTSTR lpszNewValue);
The phone number is the number to dial to establish a modem connection to a
pcAnywhere host computer.
BSTR GetPhoneNumber();
void SetPhoneNumber(LPCTSTR lpszNewValue);
Indicates whether TAPI dialing properties should be used (location information)
(TRUE) or whether the phone number string should be used exactly as it appears
(FALSE).
BOOL GetUseDialingProperties();
void SetUseDialingProperties(BOOL bNewValue);
If dialing properties are to be used, this is the area code of the number to be
called.
BSTR GetAreaCode();
void SetAreaCode(LPCTSTR lpszNewValue);
If dialing properties are to be used, this is the country code of the number to be
called.
BSTR GetCountryCode();
void SetCountryCode(LPCTSTR lpszNewValue);
The number of times to retry dialing this number if the call fails.
short GetRedialCount();
void SetRedialCount(short nNewValue);
The time to wait (in seconds) between redial attempts.
short GetRedialDelay();
void SetRedialDelay(short nNewValue);
The login name to be sent to the host when a connection is made. If this is left
empty, the user is prompted for a login name on connection.
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 ...