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.

42 lines
887 B

  1. //***************************************************************************
  2. //
  3. // File:
  4. //
  5. // Module: MS SNMP Provider
  6. //
  7. // Purpose:
  8. //
  9. // Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
  10. //
  11. //***************************************************************************
  12. /*-----------------------------------------------------------------
  13. Filename: encap.hpp
  14. Written By: B.Rajeev
  15. Purpose: Includes the winsnmp.h file and provides typedef
  16. declarations for some WinSnmp types.
  17. -----------------------------------------------------------------*/
  18. #ifndef __ENCAPSULATE__
  19. #define __ENCAPSULATE__
  20. #include <winsnmp.h>
  21. typedef smiINT WinSnmpInteger;
  22. typedef smiINT32 WinSnmpInteger32;
  23. typedef HSNMP_PDU WinSnmpPdu;
  24. typedef HSNMP_VBL WinSnmpVbl;
  25. typedef smiOCTETS WinSnmpOctetArray;
  26. #endif // __ENCAPSULATE__