[This is preliminary documentation and subject to change.]
Structure containing information about a bandwidth reservation.
typedef struct {
LPOLESTR DisplayName; // Friendly name of the reservation'
DWORD ReservationID; // ID of the reservation
DWORD VifID; // ID of the VIF used for this reservation
BDN_BANDWIDTH_POLICY Policy; // ??????
DWORD MaxBitsPerSecond; // The amount of bandwidth to be used in BPS
FILETIME TimeBegin; // Start time of the bandwidth reservation
FILETIME TimeEnd; // End time of the bandwidth reservation
} BDN_BANDWIDTH_RESERVATION;