#[repr(C)]
pub struct WKSTA_INFO_502 {
Show 35 fields pub wki502_char_wait: u32, pub wki502_collection_time: u32, pub wki502_maximum_collection_count: u32, pub wki502_keep_conn: u32, pub wki502_max_cmds: u32, pub wki502_sess_timeout: u32, pub wki502_siz_char_buf: u32, pub wki502_max_threads: u32, pub wki502_lock_quota: u32, pub wki502_lock_increment: u32, pub wki502_lock_maximum: u32, pub wki502_pipe_increment: u32, pub wki502_pipe_maximum: u32, pub wki502_cache_file_timeout: u32, pub wki502_dormant_file_limit: u32, pub wki502_read_ahead_throughput: u32, pub wki502_num_mailslot_buffers: u32, pub wki502_num_srv_announce_buffers: u32, pub wki502_max_illegal_datagram_events: u32, pub wki502_illegal_datagram_event_reset_frequency: u32, pub wki502_log_election_packets: BOOL, pub wki502_use_opportunistic_locking: BOOL, pub wki502_use_unlock_behind: BOOL, pub wki502_use_close_behind: BOOL, pub wki502_buf_named_pipes: BOOL, pub wki502_use_lock_read_unlock: BOOL, pub wki502_utilize_nt_caching: BOOL, pub wki502_use_raw_read: BOOL, pub wki502_use_raw_write: BOOL, pub wki502_use_write_raw_data: BOOL, pub wki502_use_encryption: BOOL, pub wki502_buf_files_deny_write: BOOL, pub wki502_buf_read_only_files: BOOL, pub wki502_force_core_create_mode: BOOL, pub wki502_use_512_byte_max_transfer: BOOL,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement", "Win32_Foundation"

Fields

wki502_char_wait: u32wki502_collection_time: u32wki502_maximum_collection_count: u32wki502_keep_conn: u32wki502_max_cmds: u32wki502_sess_timeout: u32wki502_siz_char_buf: u32wki502_max_threads: u32wki502_lock_quota: u32wki502_lock_increment: u32wki502_lock_maximum: u32wki502_pipe_increment: u32wki502_pipe_maximum: u32wki502_cache_file_timeout: u32wki502_dormant_file_limit: u32wki502_read_ahead_throughput: u32wki502_num_mailslot_buffers: u32wki502_num_srv_announce_buffers: u32wki502_max_illegal_datagram_events: u32wki502_illegal_datagram_event_reset_frequency: u32wki502_log_election_packets: BOOLwki502_use_opportunistic_locking: BOOLwki502_use_unlock_behind: BOOLwki502_use_close_behind: BOOLwki502_buf_named_pipes: BOOLwki502_use_lock_read_unlock: BOOLwki502_utilize_nt_caching: BOOLwki502_use_raw_read: BOOLwki502_use_raw_write: BOOLwki502_use_write_raw_data: BOOLwki502_use_encryption: BOOLwki502_buf_files_deny_write: BOOLwki502_buf_read_only_files: BOOLwki502_force_core_create_mode: BOOLwki502_use_512_byte_max_transfer: 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.