#[repr(C)]
pub struct SERVER_INFO_503 {
Show 42 fields pub sv503_sessopens: u32, pub sv503_sessvcs: u32, pub sv503_opensearch: u32, pub sv503_sizreqbuf: u32, pub sv503_initworkitems: u32, pub sv503_maxworkitems: u32, pub sv503_rawworkitems: u32, pub sv503_irpstacksize: u32, pub sv503_maxrawbuflen: u32, pub sv503_sessusers: u32, pub sv503_sessconns: u32, pub sv503_maxpagedmemoryusage: u32, pub sv503_maxnonpagedmemoryusage: u32, pub sv503_enablesoftcompat: BOOL, pub sv503_enableforcedlogoff: BOOL, pub sv503_timesource: BOOL, pub sv503_acceptdownlevelapis: BOOL, pub sv503_lmannounce: BOOL, pub sv503_domain: PWSTR, pub sv503_maxcopyreadlen: u32, pub sv503_maxcopywritelen: u32, pub sv503_minkeepsearch: u32, pub sv503_maxkeepsearch: u32, pub sv503_minkeepcomplsearch: u32, pub sv503_maxkeepcomplsearch: u32, pub sv503_threadcountadd: u32, pub sv503_numblockthreads: u32, pub sv503_scavtimeout: u32, pub sv503_minrcvqueue: u32, pub sv503_minfreeworkitems: u32, pub sv503_xactmemsize: u32, pub sv503_threadpriority: u32, pub sv503_maxmpxct: u32, pub sv503_oplockbreakwait: u32, pub sv503_oplockbreakresponsewait: u32, pub sv503_enableoplocks: BOOL, pub sv503_enableoplockforceclose: BOOL, pub sv503_enablefcbopens: BOOL, pub sv503_enableraw: BOOL, pub sv503_enablesharednetdrives: BOOL, pub sv503_minfreeconnections: u32, pub sv503_maxfreeconnections: u32,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement", "Win32_Foundation"

Fields

sv503_sessopens: u32sv503_sessvcs: u32sv503_opensearch: u32sv503_sizreqbuf: u32sv503_initworkitems: u32sv503_maxworkitems: u32sv503_rawworkitems: u32sv503_irpstacksize: u32sv503_maxrawbuflen: u32sv503_sessusers: u32sv503_sessconns: u32sv503_maxpagedmemoryusage: u32sv503_maxnonpagedmemoryusage: u32sv503_enablesoftcompat: BOOLsv503_enableforcedlogoff: BOOLsv503_timesource: BOOLsv503_acceptdownlevelapis: BOOLsv503_lmannounce: BOOLsv503_domain: PWSTRsv503_maxcopyreadlen: u32sv503_maxcopywritelen: u32sv503_minkeepsearch: u32sv503_maxkeepsearch: u32sv503_minkeepcomplsearch: u32sv503_maxkeepcomplsearch: u32sv503_threadcountadd: u32sv503_numblockthreads: u32sv503_scavtimeout: u32sv503_minrcvqueue: u32sv503_minfreeworkitems: u32sv503_xactmemsize: u32sv503_threadpriority: u32sv503_maxmpxct: u32sv503_oplockbreakwait: u32sv503_oplockbreakresponsewait: u32sv503_enableoplocks: BOOLsv503_enableoplockforceclose: BOOLsv503_enablefcbopens: BOOLsv503_enableraw: BOOLsv503_enablesharednetdrives: BOOLsv503_minfreeconnections: u32sv503_maxfreeconnections: u32

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.