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.

41 lines
608 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. util.h
  5. Abstract:
  6. This module contains utility routines for the PnP registry merge-restore
  7. routines.
  8. Author:
  9. Jim Cavalaris (jamesca) 2-10-2000
  10. Environment:
  11. User-mode only.
  12. Revision History:
  13. 10-February-2000 jamesca
  14. Creation and initial implementation.
  15. --*/
  16. BOOL
  17. pSifUtilFileExists(
  18. IN PCTSTR FileName,
  19. OUT PWIN32_FIND_DATA FindData OPTIONAL
  20. );
  21. BOOL
  22. pSifUtilStringFromGuid(
  23. IN CONST GUID *Guid,
  24. OUT PTSTR GuidString,
  25. IN DWORD GuidStringSize
  26. );