Directory Services

IADsLargeInteger

The IADsLargeInteger interface provides methods to manipulate 64-bit integers of the LargeInteger type.

You can call the property methods to get and set the value of a large integer.

Methods in Vtable Order

The IADsLargeInteger interface inherits the methods of the standard COM interfaces:

In addition, IADsLargeInteger defines the following methods.

Method Description
get_HighPart Gets and sets the high part of the integer.
put_HighPart Gets and sets the high part of the integer.
get_LowPart Gets and sets the low part of the integer.
put_LowPart Gets and sets the low part of the integer.

Properties

The IADsLargeInteger interface defines the following properties. The preceding table includes access methods for these properties.

Property Description
HighPart Gets and sets the high part of the integer.
LowPart Gets and sets the low part of the integer.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Iads.h.

See Also

IADsLargeInteger Property Methods