#[repr(C)]
pub struct SERVER_INFO_403 {
Show 34 fields pub sv403_ulist_mtime: u32, pub sv403_glist_mtime: u32, pub sv403_alist_mtime: u32, pub sv403_alerts: PWSTR, pub sv403_security: SERVER_INFO_SECURITY, pub sv403_numadmin: u32, pub sv403_lanmask: u32, pub sv403_guestacct: PWSTR, pub sv403_chdevs: u32, pub sv403_chdevq: u32, pub sv403_chdevjobs: u32, pub sv403_connections: u32, pub sv403_shares: u32, pub sv403_openfiles: u32, pub sv403_sessopens: u32, pub sv403_sessvcs: u32, pub sv403_sessreqs: u32, pub sv403_opensearch: u32, pub sv403_activelocks: u32, pub sv403_numreqbuf: u32, pub sv403_sizreqbuf: u32, pub sv403_numbigbuf: u32, pub sv403_numfiletasks: u32, pub sv403_alertsched: u32, pub sv403_erroralert: u32, pub sv403_logonalert: u32, pub sv403_accessalert: u32, pub sv403_diskalert: u32, pub sv403_netioalert: u32, pub sv403_maxauditsz: u32, pub sv403_srvheuristics: PWSTR, pub sv403_auditedevents: u32, pub sv403_autoprofile: u32, pub sv403_autopath: PWSTR,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement"

Fields

sv403_ulist_mtime: u32sv403_glist_mtime: u32sv403_alist_mtime: u32sv403_alerts: PWSTRsv403_security: SERVER_INFO_SECURITYsv403_numadmin: u32sv403_lanmask: u32sv403_guestacct: PWSTRsv403_chdevs: u32sv403_chdevq: u32sv403_chdevjobs: u32sv403_connections: u32sv403_shares: u32sv403_openfiles: u32sv403_sessopens: u32sv403_sessvcs: u32sv403_sessreqs: u32sv403_opensearch: u32sv403_activelocks: u32sv403_numreqbuf: u32sv403_sizreqbuf: u32sv403_numbigbuf: u32sv403_numfiletasks: u32sv403_alertsched: u32sv403_erroralert: u32sv403_logonalert: u32sv403_accessalert: u32sv403_diskalert: u32sv403_netioalert: u32sv403_maxauditsz: u32sv403_srvheuristics: PWSTRsv403_auditedevents: u32sv403_autoprofile: u32sv403_autopath: PWSTR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.