#[repr(C)]pub struct WCM_DATAPLAN_STATUS {
pub UsageData: WCM_USAGE_DATA,
pub DataLimitInMegabytes: u32,
pub InboundBandwidthInKbps: u32,
pub OutboundBandwidthInKbps: u32,
pub BillingCycle: WCM_BILLING_CYCLE_INFO,
pub MaxTransferSizeInMegabytes: u32,
pub Reserved: u32,
}Expand description
Required features: "Win32_NetworkManagement_WindowsConnectionManager", "Win32_Foundation"
Fields§
§UsageData: WCM_USAGE_DATA§DataLimitInMegabytes: u32§InboundBandwidthInKbps: u32§OutboundBandwidthInKbps: u32§BillingCycle: WCM_BILLING_CYCLE_INFO§MaxTransferSizeInMegabytes: u32§Reserved: u32