#[repr(C)]
pub struct SERVER_INFO_502 {
Show 18 fields pub sv502_sessopens: u32, pub sv502_sessvcs: u32, pub sv502_opensearch: u32, pub sv502_sizreqbuf: u32, pub sv502_initworkitems: u32, pub sv502_maxworkitems: u32, pub sv502_rawworkitems: u32, pub sv502_irpstacksize: u32, pub sv502_maxrawbuflen: u32, pub sv502_sessusers: u32, pub sv502_sessconns: u32, pub sv502_maxpagedmemoryusage: u32, pub sv502_maxnonpagedmemoryusage: u32, pub sv502_enablesoftcompat: BOOL, pub sv502_enableforcedlogoff: BOOL, pub sv502_timesource: BOOL, pub sv502_acceptdownlevelapis: BOOL, pub sv502_lmannounce: BOOL,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement", "Win32_Foundation"

Fields

sv502_sessopens: u32sv502_sessvcs: u32sv502_opensearch: u32sv502_sizreqbuf: u32sv502_initworkitems: u32sv502_maxworkitems: u32sv502_rawworkitems: u32sv502_irpstacksize: u32sv502_maxrawbuflen: u32sv502_sessusers: u32sv502_sessconns: u32sv502_maxpagedmemoryusage: u32sv502_maxnonpagedmemoryusage: u32sv502_enablesoftcompat: BOOLsv502_enableforcedlogoff: BOOLsv502_timesource: BOOLsv502_acceptdownlevelapis: BOOLsv502_lmannounce: BOOL

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.