Symantec PCANYWHERE - OLE AUTOMATION GUIDE V 12.5 Manual page 62

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

Advertisement

62
Visual C++ object definitions
CRemoteDataManager methods
Method
LPDISPATCH
RetrieveObjectEx(LPCTSTR
lpszFQName);
LPDISPATCH
RetrieveObjectEx(short
wAccessMode);
LPDISPATCH
RetrieveObjectEx(LPCTSTR
lpszPassword);
LPDISPATCH
RetrieveObjectEx
LPDISPATCH
CreateObject(LPCTSTR
lpszFQName);
Parameter or
Description
return value
Parameter =
Retrieves a CRemoteDataEx object by
LPCTSTR
file name
lpszFQName
Parameter is the fully qualified remote
object file name to be loaded
Parameter =
Specifies how this object is to be used.
short
This relates to the password protection.
wAccessMode
The options are as follows:
0 = Not specified
1 = View only
2 = View and Modify
3 = Execute
Parameter =
Object password. May be NULL
LPCTSTR
lpszPassword
Return value =
Pointer to an OLE dispatch object. The
LPDISPATCH
object is a CRemoteDataEx object.
See
Visual C++ sample code for remote
functionality.
Parameter =
Creates a CRemoteData object and
LPCTSTR
returns an LPDISPATC 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
CRemoteData object.
See
Visual C++ sample code for remote
functionality.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ole automation

Table of Contents