12.0
Table Of Contents
- Symantec pcAnywhere™ OLE Automation Guide
- Technical Support
- Contents
- 1. Using OLE Automation with Symantec pcAnywhere
- 2. Visual Basic object definitions
- 3. Visual C++ object definitions
- About Visual C++ objects
- CRemoteDataManager methods
- BSTR CurrentDirectory();
- BOOL ChangeDirectory(LPCTSTR lpszNewDirectory);
- BOOL FindFirst(LPCTSTR lpszPattern, BSTR FAR* pbstrFullQualName);
- BOOL FindNext(BSTR FAR* pbstrFullQualName);
- LPDISPATCH RetrieveObject(LPCTSTR lpszFQName, short wAccessMode, LPCTSTR lpszPassword);
- LPDISPATCH RetrieveObjectEx(LPCTSTR lpszFQName, short wAccessMode, LPCTSTR lpszPassword);
- LPDISPATCH CreateObject(LPCTSTR lpszFQName);
- LPDISPATCH CreateObjectEx(LPCTSTR lpszFQName);
- BOOL DeleteObject(LPCTSTR lpszFQName, LPCTSTR lpszPassword);
- BOOL Launch(LPCTSTR lpszFQName);
- CRemoteData object
- CRemoteDataEx object
- CHostDataManager methods
- BSTR CurrentDirectory();
- BOOL ChangeDirectory(LPCTSTR lpszNewDirectory);
- BOOL FindFirst(LPCTSTR lpszPattern, BSTR FAR* pbstrFullQualName);
- BOOL FindNext(BSTR FAR* pbstrFullQualName);
- LPDISPATCH RetrieveObject(LPCTSTR lpszFQName, short wAccessMode, LPCTSTR lpszPassword);
- LPDISPATCH RetrieveObjectEx(LPCTSTR lpszFQName, short wAccessMode, LPCTSTR lpszPassword);
- LPDISPATCH CreateObject(LPCTSTR lpszName);
- LPDISPATCH CreateObjectEx(LPCTSTR lpszName);
- BOOL DeleteObject(LPCTSTR lpszFQName, LPCTSTR lpszPassword);
- BOOL Launch(LPCTSTR lpszFQName);
- CHostData object
- CHostDataEx object
- Awrem32 functions
- Index
30 Visual Basic object definitions
CRemoteData properties
Dialing properties
Table 2-23 defines the properties and parameters for setting the dialing
properties for modem connections. Replace the information in angle brackets
with the actual values.
Table 2-24 defines the properties and return values for modem dialing
properties. Replace the information in angle brackets with the actual values.
Table 2-23 Properties and parameters for dialing properties
Property Parameter Description
<CRemoteData>.AreaCode(String) String Sets the area code dialing properties for modem
connections
<CRemoteData>.CountryCode(String) String Sets the country code dialing properties for
modem connections
Table 2-24 Properties and return values for dialing properties
Property Return
value
Description
String = <CRemoteData>.AreaCode String Returns the area code dialing properties.
String = <CRemoteData>.CountryCode String Returns the dialing properties country code.
Integer = <CRemoteData>.CountryCodes Integer Returns the number of available country codes.
String = <CRemoteData>.FirstCountryCode String Returns the first available country code that is
listed in the operating system.
String = <CRemoteData>.NextCountryCode String Returns the next available country code. This is
called sequentially for the number of country
codes that is set in <CRemoteData.CountryCodes>
to enumerate all country codes.










