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.

38 lines
557 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. nstest.h
  5. Abstract:
  6. Header file for netstat test.
  7. Author:
  8. 4-Aug-1998 Rajkumar ( 08/04/98 ).
  9. ++*/
  10. #ifndef HEADER_NSTEST
  11. #define HEADER_NSTEST
  12. #include <snmp.h>
  13. #include "common2.h"
  14. #include "tcpinfo.h"
  15. #include "ipinfo.h"
  16. //#include "tcpcmd.h"
  17. #include "llinfo.h"
  18. /*==========================<Function prototypes>=============================*/
  19. #define MAX_HOST_NAME_SIZE ( 260)
  20. #define MAX_SERVICE_NAME_SIZE ( 200)
  21. extern BOOL NumFlag = FALSE;
  22. #endif