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