Cremotedata Object; Get And Set Methods - Symantec PCANYWHERE - OLE AUTOMATION GUIDE V 12.5 Manual

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

Advertisement

CRemoteData object

Get and Set methods

Method
LPDISPATCH
CreateObjectEx(LPCTSTR
lpszFQName);
BOOL DeleteObject(LPCTSTR
lpszFQName);
BOOL DeleteObject(LPCTSTR
lpszPassword);
BOOL DeleteObject
BOOL Launch(LPCTSTR
lpszFQName);
Use this object to modify remote object data.
The following methods are used to get and set properties of the CRemoteData
object.
The computer name is the name of the pcAnywhere host computer to be called
when the remote object is launched.
Parameter or
Description
return value
Parameter =
Creates a CRemoteDataEx object and
LPCTSTR
returns an LPDISPATCH pointer to it
lpszFQName
Parameter is the fully qualified remote
Return value =
object file name for the new object
LPDISPATCH
Return value is a pointer to an OLE
dispatch object. The object is a
CRemoteDataEx object.
See
Visual C++ sample code for remote
functionality.
Parameter =
Deletes a remote object file.
LPCTSTR
Parameter is the fully qualified remote
lpszFQName
object file name of the object to be
deleted
Parameter =
Object password. May be NULL
LPCTSTR
lpszPassword
BOOL
TRUE if object is deleted
Parameter =
Launches a remote object file, which
LPCTSTR
opens the pcAnywhere remote terminal
lpszFQName
window.
Return value =
Parameter is the fully qualified remote
BOOL
object file of object to be launched
Return value is TRUE if object is
successfully launched
Visual C++ object definitions
CRemoteData object
63

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ole automation

Table of Contents