This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Sub GetUpdateIDs ( _
ByRef pServerUpdateID As String, _
ByRef pServicesUpdateID As String, _
ByRef pFoldersUpdateID As String, _
ByRef pPermissionsUpdateID As String, _
ByRef pLogUpdateID As String, _
ByRef pGDBUpdateID As String _
)
[C#]
public void GetUpdateIDs (
ref string pServerUpdateID,
ref string pServicesUpdateID,
ref string pFoldersUpdateID,
ref string pPermissionsUpdateID,
ref string pLogUpdateID,
ref string pGDBUpdateID
);
[C++]
HRESULT GetUpdateIDs(
System.String* pServerUpdateID,
System.String* pServicesUpdateID,
System.String* pFoldersUpdateID,
System.String* pPermissionsUpdateID,
System.String* pLogUpdateID,
System.String* pGDBUpdateID
);
[C++] Parameters pServerUpdateID [out]
pServerUpdateID is a parameter of type BSTR* pServicesUpdateID [out]
pServicesUpdateID is a parameter of type BSTR* pFoldersUpdateID [out]
pFoldersUpdateID is a parameter of type BSTR* pPermissionsUpdateID [out]
pPermissionsUpdateID is a parameter of type BSTR* pLogUpdateID [out]
pLogUpdateID is a parameter of type BSTR* pGDBUpdateID [out]
pGDBUpdateID is a parameter of type BSTR*