|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| lmstats.h
| Unicode
| No
| Platform Notes
| None
|
|
|
STAT_SERVER_0
The STAT_SERVER_0 structure contains statistical information about the server.
typedef struct _STAT_SERVER_0 {
DWORD sts0_start;
DWORD sts0_fopens;
DWORD sts0_devopens;
DWORD sts0_jobsqueued;
DWORD sts0_sopens;
DWORD sts0_stimedout;
DWORD sts0_serrorout;
DWORD sts0_pwerrors;
DWORD sts0_permerrors;
DWORD sts0_syserrors;
DWORD sts0_bytessent_low;
DWORD sts0_bytessent_high;
DWORD sts0_bytesrcvd_low;
DWORD sts0_bytesrcvd_high;
DWORD sts0_avresponse;
DWORD sts0_reqbufneed;
DWORD sts0_bigbufneed;
} STAT_SERVER_0, *PSTAT_SERVER_0, *LPSTAT_SERVER_0;
Members
sts0_start
Specifies the time statistics collection started. This element also indicates
when the statistics were last cleared. The value is stored as the number of
seconds elapsed since 00:00:00, January 1, 1970. To calculate the length of time
that statistics have been collected, subtract this value from the present time.
sts0_fopens
Specifies the number of times a file is opened on a server. This includes the
number of times named pipes are opened.
sts0_devopens
Specifies the number of times a server device is opened.
sts0_jobsqueued
Specifies the number of server print jobs spooled.
sts0_sopens
Specifies the number of times the server session started.
sts0_stimeout
Specifies the number of times the server session automatically disconnected.
sts0_serrorout
Specifies the number of times the server sessions failed with an error.
sts0_pwerrors
Specifies the number of server password violations.
sts0_permerrors
Specifies the number of server access permission errors.
sts0_syserrors
Specifies the number of server system errors.
sts0_bytessent_low
Specifies the number of server bytes sent to the network (low DWORD).
sts0_bytessent_high
Specifies the number of server bytes sent to the network (high DWORD).
sts0_bytesrcvd_low
Specifies the number of server bytes received from the network (low DWORD).
sts0_bytesrcvd_high
Specifies the number of server bytes received from the network (high DWORD).
sts0_avresponse
Specifies the average server response time (in milliseconds).
sts0_regbufneed
Specifies the number of times the server required a request buffer but failed
to allocate one. This value indicates that the server parameters may need
adjustment.
sts0_bigbuffneed
Specifies the number of times the server required a big buffer but failed to
allocate one. This value indicates that the server parameters may need
adjustment.
See Also
NetStatisticsGet2
| 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
|