99
Visual C++ object definitions
CHostData object
short AssignedConnections()
Returns the number of assigned connection types.
Table 3-54
defines the return value.
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.
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-54
short AssignedConnections() return value
Return value
Description
Short
The number of assigned connection types on this
computer
Table 3-55
BSTR FirstAssignedConnection(); and BSTR
NextAssignedConnection(); return value
Return value
Description
BSTR
The name of a supported connection device type
Table 3-56
BOOL FindAssignedConnection parameter
Parameter
Description
LPCTSTR lpszConnectionType
The name of a connection device type
Summary of Contents for PCANYWHERE - OLE AUTOMATION GUIDE V12.1
Page 1: ...Symantec pcAnywhere OLE Automation Guide ...
Page 6: ......
Page 18: ...18 Using OLE Automation with Symantec pcAnywhere Where to find more information ...
Page 68: ...68 Visual Basic object definitions Awrem32 functions ...
Page 108: ...108 Visual C object definitions Awrem32 functions ...
Page 112: ...112 Index ...