#[repr(C)]
pub struct SERVER_INFO_599 {
Show 56 fields pub sv599_sessopens: u32, pub sv599_sessvcs: u32, pub sv599_opensearch: u32, pub sv599_sizreqbuf: u32, pub sv599_initworkitems: u32, pub sv599_maxworkitems: u32, pub sv599_rawworkitems: u32, pub sv599_irpstacksize: u32, pub sv599_maxrawbuflen: u32, pub sv599_sessusers: u32, pub sv599_sessconns: u32, pub sv599_maxpagedmemoryusage: u32, pub sv599_maxnonpagedmemoryusage: u32, pub sv599_enablesoftcompat: BOOL, pub sv599_enableforcedlogoff: BOOL, pub sv599_timesource: BOOL, pub sv599_acceptdownlevelapis: BOOL, pub sv599_lmannounce: BOOL, pub sv599_domain: PWSTR, pub sv599_maxcopyreadlen: u32, pub sv599_maxcopywritelen: u32, pub sv599_minkeepsearch: u32, pub sv599_maxkeepsearch: u32, pub sv599_minkeepcomplsearch: u32, pub sv599_maxkeepcomplsearch: u32, pub sv599_threadcountadd: u32, pub sv599_numblockthreads: u32, pub sv599_scavtimeout: u32, pub sv599_minrcvqueue: u32, pub sv599_minfreeworkitems: u32, pub sv599_xactmemsize: u32, pub sv599_threadpriority: u32, pub sv599_maxmpxct: u32, pub sv599_oplockbreakwait: u32, pub sv599_oplockbreakresponsewait: u32, pub sv599_enableoplocks: BOOL, pub sv599_enableoplockforceclose: BOOL, pub sv599_enablefcbopens: BOOL, pub sv599_enableraw: BOOL, pub sv599_enablesharednetdrives: BOOL, pub sv599_minfreeconnections: u32, pub sv599_maxfreeconnections: u32, pub sv599_initsesstable: u32, pub sv599_initconntable: u32, pub sv599_initfiletable: u32, pub sv599_initsearchtable: u32, pub sv599_alertschedule: u32, pub sv599_errorthreshold: u32, pub sv599_networkerrorthreshold: u32, pub sv599_diskspacethreshold: u32, pub sv599_reserved: u32, pub sv599_maxlinkdelay: u32, pub sv599_minlinkthroughput: u32, pub sv599_linkinfovalidtime: u32, pub sv599_scavqosinfoupdatetime: u32, pub sv599_maxworkitemidletime: u32,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement", "Win32_Foundation"

Fields

sv599_sessopens: u32sv599_sessvcs: u32sv599_opensearch: u32sv599_sizreqbuf: u32sv599_initworkitems: u32sv599_maxworkitems: u32sv599_rawworkitems: u32sv599_irpstacksize: u32sv599_maxrawbuflen: u32sv599_sessusers: u32sv599_sessconns: u32sv599_maxpagedmemoryusage: u32sv599_maxnonpagedmemoryusage: u32sv599_enablesoftcompat: BOOLsv599_enableforcedlogoff: BOOLsv599_timesource: BOOLsv599_acceptdownlevelapis: BOOLsv599_lmannounce: BOOLsv599_domain: PWSTRsv599_maxcopyreadlen: u32sv599_maxcopywritelen: u32sv599_minkeepsearch: u32sv599_maxkeepsearch: u32sv599_minkeepcomplsearch: u32sv599_maxkeepcomplsearch: u32sv599_threadcountadd: u32sv599_numblockthreads: u32sv599_scavtimeout: u32sv599_minrcvqueue: u32sv599_minfreeworkitems: u32sv599_xactmemsize: u32sv599_threadpriority: u32sv599_maxmpxct: u32sv599_oplockbreakwait: u32sv599_oplockbreakresponsewait: u32sv599_enableoplocks: BOOLsv599_enableoplockforceclose: BOOLsv599_enablefcbopens: BOOLsv599_enableraw: BOOLsv599_enablesharednetdrives: BOOLsv599_minfreeconnections: u32sv599_maxfreeconnections: u32sv599_initsesstable: u32sv599_initconntable: u32sv599_initfiletable: u32sv599_initsearchtable: u32sv599_alertschedule: u32sv599_errorthreshold: u32sv599_networkerrorthreshold: u32sv599_diskspacethreshold: u32sv599_reserved: u32sv599_maxlinkdelay: u32sv599_minlinkthroughput: u32sv599_linkinfovalidtime: u32sv599_scavqosinfoupdatetime: u32sv599_maxworkitemidletime: 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.