IBdnAddressReserve::RequestLease
[This is preliminary documentation and subject to change.] 
The RequestLease method requests an IP address reservation from the ARS
Syntax
HRESULT RequestLease(
  BDN_ARS_LEASE * pbalReservation
);
 
Parameters
- 
pbalReservation
- 
Pointer to a structure that contains information about the requested reservation. The caller should set the following fields:
- 
TimeStart
- 
The start time for the requested reservation. Setting this field to 0 indicates that the caller would like the reservation to begin immediately.
- 
TimeEnd
- 
The end time for the reservation. Setting this field to 0 indicates that the reservation should continue indefinitely.
 
Return Value
Returns S_OK if the ARS successfully made the reservation.
See Also
IBdnAddressReserve::QueryLease