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.

44 lines
912 B

  1. /*++
  2. Copyright (c) 1992-1997 Microsoft Corporation
  3. Module Name:
  4. startup.h
  5. Abstract:
  6. Contains definitions for starting SNMP master agent.
  7. Environment:
  8. User Mode - Win32
  9. Revision History:
  10. 10-Feb-1997 DonRyan
  11. Rewrote to implement SNMPv2 support.
  12. --*/
  13. #ifndef _STARTUP_H_
  14. #define _STARTUP_H_
  15. extern HANDLE g_hAgentThread;
  16. extern HANDLE g_hRegistryThread;
  17. ///////////////////////////////////////////////////////////////////////////////
  18. // //
  19. // Public prototypes //
  20. // //
  21. ///////////////////////////////////////////////////////////////////////////////
  22. BOOL
  23. StartupAgent(
  24. );
  25. BOOL
  26. ShutdownAgent(
  27. );
  28. #endif // _STARTUP_H_