Platform SDK: Network Management

WKSTA_INFO_502

The WKSTA_INFO_502 structure is obsolete. The structure contains information about a workstation environment.

typedef struct _WKSTA_INFO_502{
  DWORD     wki502_char_wait;
  DWORD     wki502_collection_time;
  DWORD     wki502_maximum_collection_count;
  DWORD     wki502_keep_conn;
  DWORD     wki502_max_cmds;
  DWORD     wki502_sess_timeout;
  DWORD     wki502_siz_char_buf;
  DWORD     wki502_max_threads;

  DWORD   wki502_lock_quota;
  DWORD   wki502_lock_increment;
  DWORD   wki502_lock_maximum;
  DWORD   wki502_pipe_increment;
  DWORD   wki502_pipe_maximum;
  DWORD   wki502_cache_file_timeout;
  DWORD   wki502_dormant_file_limit;
  DWORD   wki502_read_ahead_throughput;

  DWORD   wki502_num_mailslot_buffers;
  DWORD   wki502_num_srv_announce_buffers;
  DWORD   wki502_max_illegal_datagram_events;
  DWORD   wki502_illegal_datagram_event_reset_frequency;
  BOOL    wki502_log_election_packets;

  BOOL    wki502_use_opportunistic_locking;
  BOOL    wki502_use_unlock_behind;
  BOOL    wki502_use_close_behind;
  BOOL    wki502_buf_named_pipes;
  BOOL    wki502_use_lock_read_unlock;
  BOOL    wki502_utilize_nt_caching;
  BOOL    wki502_use_raw_read;
  BOOL    wki502_use_raw_write;
  BOOL    wki502_use_write_raw_data;
  BOOL    wki502_use_encryption;
  BOOL    wki502_buf_files_deny_write;
  BOOL    wki502_buf_read_only_files;
  BOOL    wki502_force_core_create_mode;
  BOOL    wki502_use_512_byte_max_transfer;
}WKSTA_INFO_502, *PWKSTA_INFO_502, *LPWKSTA_INFO_502;

Members

wki502_char_wait
Specifies the number of seconds the computer waits for a remote resource to become available.
wki502_collection_time
Specifies the number of milliseconds the computer collects data before sending the data to a character device resource. The workstation waits the specified time or collects the number of characters specified by the wki502_maximum_collection_count member, whichever comes first.
wki502_maximum_collection_count
Specifies the number of bytes of information the computer collects before sending the data to a character device resource. The workstation collects the specified number of bytes or waits the period of time specified by the wki502_collection_time member, whichever comes first.
wki502_keep_conn
Specifies the number of seconds the server maintains an inactive connection to a server's resource.
wki502_max_cmds
Specifies the number of simultaneous network device driver commands that can be sent to the network.
wki502_sess_timeout
Indicates the number of seconds the server waits before disconnecting an inactive session.
wki502_siz_char_buf
Specifies the maximum size, in bytes, of a character pipe buffer and device buffer.
wki502_max_threads
Specifies the number of threads the computer can dedicate to the network.
wki502_lock_quota
Reserved.
wki502_lock_increment
Reserved.
wki502_lock_maximum
Reserved.
wki502_pipe_increment
Reserved.
wki502_pipe_maximum
Reserved.
wki502_cache_file_timeout
Reserved.
wki502_read_ahead_throughput
Reserved.
wki502_dormant_file_limit
Reserved.
wki502_num_mailslot_buffers
Reserved.
wki502_num_srv_announce_buffers
Reserved.
wki502_max_illegal_datagram_events
Reserved.
wki502_illegal_datagram_event_reset_frequency
Reserved.
wki502_log_election_packets
Reserved.
wki502_use_opportunistic_locking
Reserved.
wki502_use_unlock_behind
Reserved.
wki502_use_close_behind
Reserved.
wki502_buf_named_pipes
Reserved.
wki502_use_lock_read_unlock
Reserved.
wki502_utilize_nt_caching
Reserved.
wki502_use_raw_read
Reserved.
wki502_use_raw_write
Reserved.
wki502_use_write_raw_data
Reserved.
wki502_use_encryption
Reserved.
wki502_buf_files_deny_write
Reserved.
wki502_buf_read_only_files
Reserved.
wki502_force_core_create_mode
Reserved.
wki502_use_512_byte_max_transfer
Reserved.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Lmwksta.h.

See Also

Network Management Overview, Network Management Structures, Workstation and Workstation User Functions, NetWkstaGetInfo, NetWkstaSetInfo