NetStatisticsGet (netapi32)
Last changed: drake@cdrake.net-153.23.1.60

.
Summary
TODO - a short description

C# Signature:

[DllImport("Netapi32.dll", CharSet = CharSet.Unicode, ExactSpelling = true)]
    private extern static int NetStatisticsGet(
        [MarshalAs(UnmanagedType.LPWStr)] string serverName,
        [MarshalAs(UnmanagedType.LPWStr)] string service,
        int level,
        int options,
        out IntPtr BufPtr);

VB Signature:

Declare Function NetStatisticsGet Lib "Netapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation