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.

25 lines
718 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: N C S N M P . H
  7. //
  8. // Contents: Functions for adding a service as an SNMP agent.
  9. //
  10. // Notes:
  11. //
  12. // Author: danielwe 8 Apr 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef _NCSNMP_H
  16. #define _NCSNMP_H
  17. #pragma once
  18. HRESULT HrGetNextAgentNumber(PCWSTR pszAgentName, DWORD *pdwNumber);
  19. HRESULT HrAddSNMPAgent(PCWSTR pszServiceName, PCWSTR pszAgentName,
  20. PCWSTR pszAgentPath);
  21. HRESULT HrRemoveSNMPAgent(PCWSTR pszAgentName);
  22. #endif //! _NCSNMP_H