IBdnAddressReserve::QueryLease

[This is preliminary documentation and subject to change.]

The QueryLease method requests information about a specific address reservation.

Syntax

HRESULT QueryLease(
  DWORD dwResvID, 
  BDN_ARS_LEASE * pbalReservation
);
 

Parameters

dwResrvID
ID of the reservation to query.
pbalReservation
Pointer to a structure that receives the reservation information.

Return Value

Returns S_OK if the method successfully returns the reservation information. Otherwise the method returns E_FAIL.

See Also

IBdnAddressReserve::RequestLease