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.

21 lines
632 B

  1. #ifndef _IE_NT5_MIGRATION_UTILS_H_
  2. #define _IE_NT5_MIGRATION_UTILS_H_
  3. // Function Prototypes :
  4. //////////////////////////
  5. BOOL IsRatingsEnabled();
  6. DWORD CountMultiStringBytes(LPCSTR lpString);
  7. BOOL AppendString(LPSTR *lpBuffer, DWORD *lpdwSize, LPCSTR lpStr);
  8. void GenerateFilePaths();
  9. //BOOL NeedToMigrateIE();
  10. BOOL GetRatingsPathFromMigInf( LPSTR *lpOutBuffer);
  11. void MoveRegBranch(HKEY hFrom, HKEY hTo);
  12. BOOL PathEndsInFile(LPSTR lpPath, LPCSTR szFile);
  13. BOOL UpgradeRatings();
  14. DWORD GetFixedPath(LPSTR, DWORD, LPCSTR);
  15. LPWSTR MakeWideStrFromAnsi(LPSTR psz);
  16. #endif //_IE_NT5_MIGRATION_UTILS_H_