Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
512 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. netstats.h
  5. Abstract:
  6. Contains prototypes for private net stats routines
  7. Author:
  8. Richard L Firth (rfirth) 21-Jan-1992
  9. Revision History:
  10. --*/
  11. NET_API_STATUS
  12. NetWkstaStatisticsGet(
  13. IN LPTSTR ServerName,
  14. IN DWORD Level,
  15. IN DWORD Options,
  16. OUT LPBYTE* Buffer
  17. );
  18. NET_API_STATUS
  19. NetServerStatisticsGet(
  20. IN LPTSTR ServerName,
  21. IN DWORD Level,
  22. IN DWORD Options,
  23. OUT LPBYTE* Buffer
  24. );