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.

28 lines
433 B

  1. #pragma once
  2. #include "master.h"
  3. #include "masternt.h"
  4. #define REGMERGE_TICK_THRESHOLD 125
  5. BOOL
  6. FilterObject (
  7. IN OUT PDATAOBJECT SrcObPtr
  8. );
  9. PBYTE
  10. FilterRegValue (
  11. IN PBYTE Data,
  12. IN DWORD DataSize,
  13. IN DWORD DataType,
  14. IN PCTSTR KeyForDbgMsg, OPTIONAL
  15. OUT PDWORD NewDataSize
  16. );
  17. BOOL
  18. CopyHardwareProfiles (
  19. IN HINF InfFile
  20. );