Chostdataex Object - Symantec PCANYWHERE - OLE AUTOMATION GUIDE V12.1 Manual

Ole automation guide
Table of Contents

Advertisement

CHostDataEx object

Table 3-61
defines the return value.
Table 3-61
BOOL ReadObject return value
Return value
BOOL
BOOL WriteObject(LPCTSTR lpszPassword);
Writes the object data out to the host object file.
Table 3-62
defines the parameter.
Table 3-62
BOOL WriteObject parameter
Parameter
LPCTSTR lpszPassword
Table 3-63
defines the return value.
Table 3-63
BOOL WriteObject return value
Return value
BOOL
The CHostDataEx object contains the same functionality as the CHostData
object with the following additional Get and Set methods:
BOOL GetReadProtection();
void SetReadProtection(BOOL bNewValue);
BOOL GetWriteProtection();
void SetWriteProtection(BOOL bNewValue);
BSTR GetPassword(); //Returns "NOT IMPLEMENTED"
void SetPassword(LPCTSTR lpszNewValue);
BSTR GetCallersPath();
void SetCallersPath(LPCTSTR lpszNewValue);
BOOL GetConfirmConnect();
void SetConfirmConnect(BOOL bNewValue);
short GetConfirmTimeout();
void SetConfirmTimeout(short nNewValue);
Description
TRUE if object is successfully read
Description
The object password
Description
TRUE if object is successfully written
Visual C++ object definitions
CHostDataEx object
101

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pcanywhere v12.1

Table of Contents