|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmwksta.h
| Unicode
| No
| Platform Notes
| None
|
|
|
WKSTA_INFO_402
The WKSTA_INFO_402 structure contains information about a workstation environment, including
platform-specific information, the name of the domain and the local computer, and
information concerning the LAN Manager software.
typedef struct _WKSTA_INFO_402{
DWORD wki402_char_wait;
DWORD wki402_collection_time;
DWORD wki402_maximum_collection_count;
DWORD wki402_keep_conn;
DWORD wki402_keep_search;
DWORD wki402_max_cmds;
DWORD wki402_num_work_buf;
DWORD wki402_siz_work_buf;
DWORD wki402_max_wrk_cache;
DWORD wki402_sess_timeout;
DWORD wki402_siz_error;
DWORD wki402_num_alerts;
DWORD wki402_num_services;
DWORD wki402_errlog_sz;
DWORD wki402_print_buf_time;
DWORD wki402_num_char_buf;
DWORD wki402_siz_char_buf;
LPTSTR wki402_wrk_heuristics;
DWORD wki402_mailslots;
DWORD wki402_num_dgram_buf;
DWORD wki402_max_threads;
}WKSTA_INFO_402, *PWKSTA_INFO_402, *LPWKSTA_INFO_402;
Members
wki402_char_wait
Specifies the number of seconds the computer will wait for a remote resource
to become available.
wki402_collection_time
Specifies the number of milliseconds the computer will collect data before
sending the data to a character device resource. The workstation waits the
specified time or collects the number of characters specified by wki402_maximum_collection_count, whichever comes first.
wki402_maximum_collection_count
Specifies the number of bytes of information the computer will collect before
sending the data to a character device resource. The workstation collects the
specified number of bytes or waits the time specified by the wki0_chartime member, whichever comes first.
wki402_keep_conn
Specifies the number of seconds the server will maintain an inactive
connection to a server's resource.
wki402_keep_search
Defines the number of seconds an inactive search will continue.
wki402_max_cmds
Specifies the number of simultaneous network device driver commands that can
be sent to the network.
wki402_num_work_buf
Specifies the number of internal buffers the computer has.
wki402_siz_work_buf
Specifies the size, in bytes, of each internal buffer.
wki402_max_wrk_cache
Specifies the maximum size, in bytes, of an internal cache buffer.
wki402_sess_timeout
Indicates the number of seconds the server waits before disconnecting an
inactive session.
wki402_siz_error
Specifies the size, in bytes, of an internal error buffer.
wki402_num_alerts
Specifies the maximum number of clients that can receive alert messages. (This
member is not supported under MS-DOS.) The Alerter service registers at least
three clients when it begins to run.
wki402_num_services
Specifies the number of services that can be installed on the computer at any
time.
wki402_errlog_sz
Specifies the maximum size, in kilibytes, of the client's error log file.
wki402_print_buf_time
Specifies the number of seconds the server waits before closing inactive
compatibility-mode print jobs.
wki402_num_char_buf
Specifies the number of character pipe buffers and device buffers the client
can have.
wki402_siz_char_buf
Specifies the maximum size, in bytes, of a character pipe buffer and device
buffer.
wki402_wrk_heuristics
Points to a Unicode string of flags used to control a client's operation.
wki402_mailslots
Specifies the maximum number of mailslots allowed.
wki402_num_dgram_buf
Specifies the number of buffers to allocate for receiving datagrams.
wki402_max_threads
Specifies the number of threads the computer can dedicate to the network.
See Also
NetWkstaGetInfo, NetWkstaSetInfo
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|