#[repr(C)]pub struct SERVER_INFO_599 {Show 56 fields
pub sv599_sessopens: DWORD,
pub sv599_sessvcs: DWORD,
pub sv599_opensearch: DWORD,
pub sv599_sizreqbuf: DWORD,
pub sv599_initworkitems: DWORD,
pub sv599_maxworkitems: DWORD,
pub sv599_rawworkitems: DWORD,
pub sv599_irpstacksize: DWORD,
pub sv599_maxrawbuflen: DWORD,
pub sv599_sessusers: DWORD,
pub sv599_sessconns: DWORD,
pub sv599_maxpagedmemoryusage: DWORD,
pub sv599_maxnonpagedmemoryusage: DWORD,
pub sv599_enablesoftcompat: BOOL,
pub sv599_enableforcedlogoff: BOOL,
pub sv599_timesource: BOOL,
pub sv599_acceptdownlevelapis: BOOL,
pub sv599_lmannounce: BOOL,
pub sv599_domain: LMSTR,
pub sv599_maxcopyreadlen: DWORD,
pub sv599_maxcopywritelen: DWORD,
pub sv599_minkeepsearch: DWORD,
pub sv599_maxkeepsearch: DWORD,
pub sv599_minkeepcomplsearch: DWORD,
pub sv599_maxkeepcomplsearch: DWORD,
pub sv599_threadcountadd: DWORD,
pub sv599_numblockthreads: DWORD,
pub sv599_scavtimeout: DWORD,
pub sv599_minrcvqueue: DWORD,
pub sv599_minfreeworkitems: DWORD,
pub sv599_xactmemsize: DWORD,
pub sv599_threadpriority: DWORD,
pub sv599_maxmpxct: DWORD,
pub sv599_oplockbreakwait: DWORD,
pub sv599_oplockbreakresponsewait: DWORD,
pub sv599_enableoplocks: BOOL,
pub sv599_enableoplockforceclose: BOOL,
pub sv599_enablefcbopens: BOOL,
pub sv599_enableraw: BOOL,
pub sv599_enablesharednetdrives: BOOL,
pub sv599_minfreeconnections: DWORD,
pub sv599_maxfreeconnections: DWORD,
pub sv599_initsesstable: DWORD,
pub sv599_initconntable: DWORD,
pub sv599_initfiletable: DWORD,
pub sv599_initsearchtable: DWORD,
pub sv599_alertschedule: DWORD,
pub sv599_errorthreshold: DWORD,
pub sv599_networkerrorthreshold: DWORD,
pub sv599_diskspacethreshold: DWORD,
pub sv599_reserved: DWORD,
pub sv599_maxlinkdelay: DWORD,
pub sv599_minlinkthroughput: DWORD,
pub sv599_linkinfovalidtime: DWORD,
pub sv599_scavqosinfoupdatetime: DWORD,
pub sv599_maxworkitemidletime: DWORD,
}
Fields§
§sv599_sessopens: DWORD
§sv599_sessvcs: DWORD
§sv599_opensearch: DWORD
§sv599_sizreqbuf: DWORD
§sv599_initworkitems: DWORD
§sv599_maxworkitems: DWORD
§sv599_rawworkitems: DWORD
§sv599_irpstacksize: DWORD
§sv599_maxrawbuflen: DWORD
§sv599_sessusers: DWORD
§sv599_sessconns: DWORD
§sv599_maxpagedmemoryusage: DWORD
§sv599_maxnonpagedmemoryusage: DWORD
§sv599_enablesoftcompat: BOOL
§sv599_enableforcedlogoff: BOOL
§sv599_timesource: BOOL
§sv599_acceptdownlevelapis: BOOL
§sv599_lmannounce: BOOL
§sv599_domain: LMSTR
§sv599_maxcopyreadlen: DWORD
§sv599_maxcopywritelen: DWORD
§sv599_minkeepsearch: DWORD
§sv599_maxkeepsearch: DWORD
§sv599_minkeepcomplsearch: DWORD
§sv599_maxkeepcomplsearch: DWORD
§sv599_threadcountadd: DWORD
§sv599_numblockthreads: DWORD
§sv599_scavtimeout: DWORD
§sv599_minrcvqueue: DWORD
§sv599_minfreeworkitems: DWORD
§sv599_xactmemsize: DWORD
§sv599_threadpriority: DWORD
§sv599_maxmpxct: DWORD
§sv599_oplockbreakwait: DWORD
§sv599_oplockbreakresponsewait: DWORD
§sv599_enableoplocks: BOOL
§sv599_enableoplockforceclose: BOOL
§sv599_enablefcbopens: BOOL
§sv599_enableraw: BOOL
§sv599_minfreeconnections: DWORD
§sv599_maxfreeconnections: DWORD
§sv599_initsesstable: DWORD
§sv599_initconntable: DWORD
§sv599_initfiletable: DWORD
§sv599_initsearchtable: DWORD
§sv599_alertschedule: DWORD
§sv599_errorthreshold: DWORD
§sv599_networkerrorthreshold: DWORD
§sv599_diskspacethreshold: DWORD
§sv599_reserved: DWORD
§sv599_maxlinkdelay: DWORD
§sv599_minlinkthroughput: DWORD
§sv599_linkinfovalidtime: DWORD
§sv599_scavqosinfoupdatetime: DWORD
§sv599_maxworkitemidletime: DWORD
Trait Implementations§
Source§impl Clone for SERVER_INFO_599
impl Clone for SERVER_INFO_599
Source§fn clone(&self) -> SERVER_INFO_599
fn clone(&self) -> SERVER_INFO_599
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SERVER_INFO_599
impl Default for SERVER_INFO_599
Source§fn default() -> SERVER_INFO_599
fn default() -> SERVER_INFO_599
Returns the “default value” for a type. Read more
impl Copy for SERVER_INFO_599
Auto Trait Implementations§
impl Freeze for SERVER_INFO_599
impl RefUnwindSafe for SERVER_INFO_599
impl !Send for SERVER_INFO_599
impl !Sync for SERVER_INFO_599
impl Unpin for SERVER_INFO_599
impl UnwindSafe for SERVER_INFO_599
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more