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

Ole automation guide
Table of Contents

Advertisement

short AssignedConnections()
Returns the number of assigned connection types.
Table 3-54
defines the return value.
Table 3-54
short AssignedConnections() return value
Return value
Short
BSTR FirstAssignedConnection(); and
BSTR NextAssignedConnection();
FirstAssignedConnection() and NextAssignedConnection() are used to iterate
through the list of assigned connections. These functions return a BSTR, which
is the name of an assigned connection type. You can use these returned
connection types with the AssignConnection() function.
Table 3-55
defines the return value.
Table 3-55
BSTR FirstAssignedConnection(); and BSTR
NextAssignedConnection(); return value
Return value
BSTR
BOOL FindAssignedConnection (LPCTSTR
lpszConnectionType);
Returns TRUE if the connection type that is passed in is currently assigned on
the computer.
Table 3-56
defines the parameter.
Table 3-56
BOOL FindAssignedConnection parameter
Parameter
LPCTSTR lpszConnectionType
Description
The number of assigned connection types on this
computer
Description
The name of a supported connection device type
Description
The name of a connection device type
Visual C++ object definitions
CHostData object
99

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pcanywhere v12.1

Table of Contents