![Symantec OLE Automation Скачать руководство пользователя страница 20](http://html.mh-extra.com/html/symantec/ole-automation/ole-automation_manual_1418926020.webp)
Table 2-2
CRemoteDataManager methods (continued)
Description
Parameter or return
value
CRemoteDataManager
method
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 =
AccessMode as integer
RetrieveObjectEx(AccessMode)
Object password. May be NULL
Parameter = Password
as string
RetrieveObjectEx(Password)
CRemoteDataEx object from the
specified file
Return value = Object
RetrieveObjectEx
Creates a CRemoteData object and
returns an LPDISPATCH pointer to
it. The parameter is the fully
qualified remote object file name
for the new object
Parameter = Name as
string
CreateObject(Name)
CRemoteData
Return value = Object
CreateObject
Creates a CRemoteDataEx object
and returns an LPDISPATCH
pointer to it. The parameter is the
fully qualified remote object file
name for the new object
Parameter = Name as
string
CreateObjectEx(Name)
CRemoteDataEx
Return value = Object
CreateObjectEx
The fully qualified remote object file
name of the object to be deleted
Parameter = Name as
string
DeleteObject(Name)
Object password
Parameter = Password
as string
DeleteObject(Password)
TRUE if object is deleted
Return value = Boolean
DeleteObject
Visual Basic object definitions
CRemoteDataManager methods
20