IBdnAddressReserve::EnumLeases

[This is preliminary documentation and subject to change.]

The EnumLeases method enumerates the address reservations on the ARS.

Syntax

HRESULT EnumLeases(
  DWORD * pdwArrayCount, 
  BDN_ARS_LEASE ** balArray
);
 

Parameters

pdwArrayCount
Pointer to a variable that receives the number of reservations enumerated.
balArray
Pointer to an array of BDN_ARS_LEASE structures that receives the address of a list of reservations.

Return Value

Returns S_OK if the method returns a valid list of reservations. Otherwise it returns a SQL database error code.