Source code of Windows XP (NT5)
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.

32 lines
397 B

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