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.

52 lines
991 B

  1. /*++
  2. Copyright (c) 1992-1997 Microsoft Corporation
  3. Module Name:
  4. registry.h
  5. Abstract:
  6. Contains definitions for manipulating registry parameters.
  7. Environment:
  8. User Mode - Win32
  9. Revision History:
  10. 10-Feb-1997 DonRyan
  11. Rewrote to implement SNMPv2 support.
  12. --*/
  13. #ifndef _REGISTRY_H_
  14. #define _REGISTRY_H_
  15. ///////////////////////////////////////////////////////////////////////////////
  16. // //
  17. // Public prototypes //
  18. // //
  19. ///////////////////////////////////////////////////////////////////////////////
  20. BOOL
  21. LoadRegistryParameters(
  22. );
  23. BOOL
  24. LoadScalarParameters(
  25. );
  26. INT
  27. InitRegistryNotifiers(
  28. );
  29. INT
  30. WaitOnRegNotification(
  31. );
  32. BOOL
  33. UnloadRegistryParameters(
  34. );
  35. #endif // _REGISTRY_H_