Symantec PCANYWHERE - OLE AUTOMATION GUIDE V12.1 Manual page 78

Ole automation guide
Table of Contents

Advertisement

78 Visual C++ object definitions
CRemoteData object
BSTR GetAutoLoginName();
void SetAutoLoginName(LPCTSTR lpszNewValue);
The login password to be sent to the host when a connection is made. If this is
left empty, the user is prompted for a password on connection.
BSTR GetAutoLoginPassword();
void SetAutoLoginPassword(LPCTSTR lpszNewValue);
The password for this object.
BSTR GetPassword();
void SetPassword(LPCTSTR lpszNewValue);
The object can only be launched if the password is used (TRUE).
BOOL GetExecuteProtection();
void SetExecuteProtection(BOOL bNewValue);
The object can only be viewed if the correct password is provided (TRUE).
BOOL GetReadProtection();
void SetReadProtection(BOOL bNewValue);
The object can only be written if the correct password is provided (TRUE).
BOOL GetWriteProtection();
void SetWriteProtection(BOOL bNewValue);
Controls whether sessions using this object are logged.
BOOL GetLogSession();
void SetLogSession(BOOL bNewValue);
Controls whether sessions using this object are recorded from the beginning.
BOOL GetRecordSession();
void SetRecordSession(BOOL bNewValue);
The name of the record file for sessions using this object.
BSTR GetRecordFile();
void SetRecordFile(LPCTSTR lpszNewValue);
Sets the connection types.
BOOL GetRunOnConnect();
void SetRunOnConnect(BOOL bNewValue);
The following connection types are available:
COM1
COM2
COM3

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pcanywhere v12.1

Table of Contents