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.

11 lines
439 B

  1. // --------------------------------------------------------------------------------
  2. // MIGRATE.H
  3. // Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
  4. // --------------------------------------------------------------------------------
  5. #ifndef __MIGRATE_H
  6. #define __MIGRATE_H
  7. HRESULT MigrateAndUpgrade(void);
  8. void BuildOldCacheFileName(LPCSTR lpszServer, LPCSTR lpszGroup, LPSTR lpszFile);
  9. #endif // __MIGRATE_H