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
862 B

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. regnccls.h
  5. Abstract:
  6. This file contains declarations needed for handling
  7. change notifications in the classes portion of the registry
  8. Author:
  9. Adam Edwards (adamed) 19-Aug-1998
  10. Notes:
  11. --*/
  12. #if defined( LOCAL )
  13. NTSTATUS BaseRegNotifyClassKey(
  14. IN HKEY hKey,
  15. IN HANDLE hEvent,
  16. IN PIO_STATUS_BLOCK pLocalIoStatusBlock,
  17. IN DWORD dwNotifyFilter,
  18. IN BOOLEAN fWatchSubtree,
  19. IN BOOLEAN fAsynchronous);
  20. NTSTATUS BaseRegGetBestAncestor(
  21. IN SKeySemantics* pKeySemantics,
  22. IN HKEY hkUser,
  23. IN HKEY hkMachine,
  24. IN POBJECT_ATTRIBUTES pObja);
  25. #endif // defined( LOCAL )