Symantec PCANYWHERE - OLE AUTOMATION GUIDE V 12.5 Manual page 74

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

Advertisement

74
Visual C++ object definitions
CHostDataManager methods
Method
LPDISPATCH
CreateObject(LPCTSTR
lpszName);
LPDISPATCH
CreateObjectEx(LPCTSTR
lpszName);
BOOL
DeleteObject(LPCTSTR
lpszFQName);
BOOL
DeleteObject(LPCTSTR
lpszPassword);
BOOL DeleteObject
BOOL Launch(LPCTSTR
lpszFQName);
Parameter or
Description
return value
Parameter =
Creates a CHostData object and returns
LPCTSTR
an LPDISPATCH pointer to it
lpszFQName
The parameter is the fully qualified host
Return value =
object file name for the new object
LPDISPATCH
The return value is a pointer to an OLE
dispatch object. The object is a
CHostData object
See
functionality.
Parameter =
Creates a CHostDataEx object and
LPCTSTR
returns an LPDISPATCH pointer to it
lpszFQName
The parameter is the fully qualified host
Return value =
object file name for the new object
LPDISPATCH
The return value is a pointer to an OLE
dispatch object. The object is a
CHostDataEx object.
See
functionality.
Parameter =
Deletes a host object file
LPCTSTR
The parameter is the fully qualified host
lpszFQName
object file name of the object to be
deleted
Parameter =
Object password. May be NULL
LPCTSTR
lpszPassword
Return value =
TRUE if object is deleted
BOOL
Parameter =
Launches a host object file, which opens
LPCTSTR
the pcAnywhere host terminal window
lpszFQName
The parameter is the fully qualified host
Return value =
object file of the object to be launched
BOOL
The return value is TRUE if object is
successfully launched
Visual C++ sample code for host
Visual C++ sample code for host

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ole automation

Table of Contents