uaPLUS Reference
GetItemHandles Method
See Also  Send Feedback
HDAPluginDBA Namespace > Browser Class : GetItemHandles Method

itemID
clientHnd
serverHnd
errors

Glossary Item Box

The item data file is checked and the handle stored in the handle list. The list index is returned as the server handle ///

Syntax

Visual Basic (Declaration) 
Public Function GetItemHandles( _
   ByVal itemID() As String, _
   ByVal clientHnd() As Integer, _
   ByRef serverHnd As Integer(), _
   ByRef errors As Integer() _
) As Integer
C# 
public int GetItemHandles( 
   string[] itemID,
   int[] clientHnd,
   out int[] serverHnd,
   out int[] errors
)

Parameters

itemID
clientHnd
serverHnd
errors

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.