IBdnAddressReserve::DeleteLease

[This is preliminary documentation and subject to change.]

The DeleteLease method deletes an address reservation.

Syntax

HRESULT DeleteLease(
  DWORD dwLeaseID
);
 

Parameters

dwLeaseID
ID of the lease to delete.

Return Value

Returns S_OK if the method successfully deletes the lease. Otherwise, the method returns a SQL database error.

See Also

IBdnAddressReserve::RequestLease