Symantec PCANYWHERE - OLE AUTOMATION GUIDE V 12.5 Manual page 69

Hide thumbs Also See for PCANYWHERE - OLE AUTOMATION GUIDE V 12.5:
Table of Contents

Advertisement

Method
BSTR
FirstConnectionType(); and
BSTR
NextConnectionType();
BOOL
FindConnectionType(LPCTSTR
lpszConnectionType);
short CountryCodes();
BSTR FirstCountryCode();
and BSTR
NextCountryCode();
BOOL ReadObject(LPCTSTR
lpszPassword);
BOOL WriteObject(LPCTSTR
lpszPassword);
Parameter or
Description
return value
Return value =
FirstConnectionType() and
BSTR
NextConnectionType() are used to iterate
through the available connection types.
These functions return a BSTR, which is
the name of an available connection
type. You can use these returned
connection types with the
SetConnectionType() function.
The return value is the name of a
supported connection device type
Parameter =
The name of a connection device type
LPCTSTR
The return value is TRUE if the
lpszConnectionTyp
connection type that is passed in exists
Return value =
on the computer
BOOL
Return value =
Returns the number of country codes
Short
available
Return value =
FirstCountryCode() and
BSTR
NextCountryCode() are used to iterate
through the available country codes.
These functions return a BSTR, which is
the name of an available country code.
You can use these returned values with
the SetCountryCode() function
The return value is the first or next
country code string
Parameter =
Reads the object data from the remote
LPCTSTR
object file
lpszPassword
The parameter is the object password
Return value =
The return value is TRUE if object is
BOOL
successfully read
Parameter =
Writes the object data out to the remote
LPCTSTR
object file.
lpszPassword
The parameter is the object password
Return value =
The return value is TRUE if object is
BOOL
successfully written
Visual C++ object definitions
CRemoteData object
69

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ole automation

Table of Contents