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_HDRGeneralParams: AD_GENERAL_PARAMSNumberOfServices: u32Services: [CONTROL_SERVICE; 1]