IBdnRouter::EnumResv

[This is preliminary documentation and subject to change.]

The EnumResv method returns a list of the reservations used by the MMR.

Syntax

HRESULT EnumResv(
  DWORD * pdwResvationCnt, 
  BDN_BANDWIDTH_RESERVATION ** pbbrReservationList
);
 

Parameters

pdwReservationCnt
Pointer to a variable that receives the number of reservations returned.
pbbrReservationList
Pointer to a variable that receives a pointer to a list of reservations.

Return Value

Returns S_OK if the MMR successfully returns a list of reservations. Otherwise the method returns E_FAIL.

Remarks

The EnumResv method only returns reservations that were created in the current process.

See Also

IBdnRouter::CreateResv