IBdnRouter::QueryResv

[This is preliminary documentation and subject to change.]

The QueryResv method gets information about a specific bandwidth reservation.

Syntax

HRESULT QueryResv(
  DWORD dwResvID, 
  BDN_BANDWIDTH_RESERVATION * pbbrReservation
);
 

Parameters

dwResvID
ID of the reservation to query.
pbbrReservation
Pointer to a BDN_BANDWIDTH_RESERVATION structure that receives the information about the reservation ID.

Return Value

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

Remarks

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

See Also

IBdnRouter::CreateResv