IBdnRouter::CreateResv

[This is preliminary documentation and subject to change.]

The CreateResv method requests a bandwidth reservation from the MMR.

Syntax

HRESULT CreateResv(
  BDN_BANDWIDTH_RESERVATION * pbbrReservation, 
  DWORD * pdwReservationID
);
 

Parameters

pbbrReservation
Pointer to a structure containing information about the bandwidth being requested.
pdwReservationID
Pointer to a variable that receives the ID of the bandwidth reservation.

Return Value

Returns S_OK if the MMR successfully reserved the bandwidth.