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.

41 lines
836 B

  1. /*++
  2. Copyright (c) 1992-1999 Microsoft Corporation
  3. Module Name:
  4. regthrd.h
  5. Abstract:
  6. Contains routines for thread listening to registry changes.
  7. Environment:
  8. User Mode - Win32
  9. Revision History:
  10. Rajat Goel -- 24 Feb 1999
  11. - Creation
  12. --*/
  13. #ifndef _REGTHRD_H_
  14. #define _REGTHRD_H_
  15. ///////////////////////////////////////////////////////////////////////////////
  16. // //
  17. // Public prototypes //
  18. // //
  19. ///////////////////////////////////////////////////////////////////////////////
  20. DWORD
  21. WINAPI
  22. ProcessRegistryMessage(
  23. LPVOID lpParam
  24. );
  25. #endif // _REGTHRD_H_