Struct windows_sys::Win32::NetworkManagement::QoS::RSVP_ADSPEC
#[repr(C)]pub struct RSVP_ADSPEC {
pub ObjectHdr: QOS_OBJECT_HDR,
pub GeneralParams: AD_GENERAL_PARAMS,
pub NumberOfServices: u32,
pub Services: [CONTROL_SERVICE; 1],
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields§
§ObjectHdr: QOS_OBJECT_HDR
§GeneralParams: AD_GENERAL_PARAMS
§NumberOfServices: u32
§Services: [CONTROL_SERVICE; 1]