IADsLargeInteger

The IADsLargeInteger interface is used to manipulate 64-bit integers.

Inheritance: IDispatch

Properties

  • Property

  • Description

  • HighPart

  • Gets or sets the upper 32 bits of the integer.

  • LowPart

  • Gets or sets the lower 32 bits of the integer.

Details

HighPart

Gets or sets the upper 32 bits of the integer.

  • Type:
  • int
  • Access:
  • Read/Write

LowPart

Gets or sets the lower 32 bits of the integer.

  • Type:
  • int
  • Access:
  • Read/Write

Remarks

Handling the IADsLargeInteger in Visual Basic is made difficult by the fact that Visual Basic has no native unsigned numeric data type. This can cause errors in data conversion if either the LowPart or HighPart has the high bit set, which causes Visual Basic to handle the number as negative.

Requirements

Minimum required version: 2009.1