Leaked source code of windows server 2003
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.

31 lines
470 B

  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. rxstats.h
  5. Abstract:
  6. Prototypes for down-level remoted RxNetStatistics routines
  7. Author:
  8. Richard L Firth (rfirth) 28-May-1991
  9. Revision History:
  10. 28-May-1991 rfirth
  11. Created
  12. --*/
  13. NET_API_STATUS
  14. RxNetStatisticsGet(
  15. IN LPTSTR ServerName,
  16. IN LPTSTR ServiceName,
  17. IN DWORD Level,
  18. IN DWORD Options,
  19. OUT LPBYTE* Buffer
  20. );