IBdnRouter::DeleteResv

[This is preliminary documentation and subject to change.]

The DeleteResv method deletes a bandwidth reservation from the MMR reservations database.

Syntax

HRESULT DeleteResv(
  DWORD dwReservationID
);
 

Parameters

dwReservationID
ID of the reservation to delete.

Return Value

Returns S_OK if the MMR successfully deleted the reservation. Otherwise the method returns E_FAIL.

Remarks

The DeleteResv method only deletes reservations that were created in the current process.

See Also

IBdnRouter::CreateResv