DataDirect XML Converters 5.0 Send comments on this topic.
incrementSpecialHash Method
See Also 
DDTek.XmlConverter.Adapter.Edi Namespace > IATASegment Class : incrementSpecialHash Method




pos
sub
tri
token

Syntax

Visual Basic (Declaration) 
Protected Sub incrementSpecialHash( _
   ByVal pos As Integer, _
   ByVal sub As Integer, _
   ByVal tri As Integer, _
   ByVal token As Token _
) 
Visual Basic (Usage)Copy Code
Dim instance As IATASegment
Dim pos As Integer
Dim sub As Integer
Dim tri As Integer
Dim token As Token
 
instance.incrementSpecialHash(pos, sub, tri, token)
C# 
protected void incrementSpecialHash( 
   int pos,
   int sub,
   int tri,
   Token token
)
Managed Extensions for C++ 
protected: void incrementSpecialHash( 
   int pos,
   int sub,
   int tri,
   Token* token
) 
C++/CLI 
protected:
void incrementSpecialHash( 
   int pos,
   int sub,
   int tri,
   Token^ token
) 

Parameters

pos
sub
tri
token

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.