#[repr(C)]
pub struct SERVER_INFO_402 {
Show 31 fields pub sv402_ulist_mtime: u32, pub sv402_glist_mtime: u32, pub sv402_alist_mtime: u32, pub sv402_alerts: PWSTR, pub sv402_security: SERVER_INFO_SECURITY, pub sv402_numadmin: u32, pub sv402_lanmask: u32, pub sv402_guestacct: PWSTR, pub sv402_chdevs: u32, pub sv402_chdevq: u32, pub sv402_chdevjobs: u32, pub sv402_connections: u32, pub sv402_shares: u32, pub sv402_openfiles: u32, pub sv402_sessopens: u32, pub sv402_sessvcs: u32, pub sv402_sessreqs: u32, pub sv402_opensearch: u32, pub sv402_activelocks: u32, pub sv402_numreqbuf: u32, pub sv402_sizreqbuf: u32, pub sv402_numbigbuf: u32, pub sv402_numfiletasks: u32, pub sv402_alertsched: u32, pub sv402_erroralert: u32, pub sv402_logonalert: u32, pub sv402_accessalert: u32, pub sv402_diskalert: u32, pub sv402_netioalert: u32, pub sv402_maxauditsz: u32, pub sv402_srvheuristics: PWSTR,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement"

Fields

sv402_ulist_mtime: u32sv402_glist_mtime: u32sv402_alist_mtime: u32sv402_alerts: PWSTRsv402_security: SERVER_INFO_SECURITYsv402_numadmin: u32sv402_lanmask: u32sv402_guestacct: PWSTRsv402_chdevs: u32sv402_chdevq: u32sv402_chdevjobs: u32sv402_connections: u32sv402_shares: u32sv402_openfiles: u32sv402_sessopens: u32sv402_sessvcs: u32sv402_sessreqs: u32sv402_opensearch: u32sv402_activelocks: u32sv402_numreqbuf: u32sv402_sizreqbuf: u32sv402_numbigbuf: u32sv402_numfiletasks: u32sv402_alertsched: u32sv402_erroralert: u32sv402_logonalert: u32sv402_accessalert: u32sv402_diskalert: u32sv402_netioalert: u32sv402_maxauditsz: u32sv402_srvheuristics: 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.