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.

31 lines
537 B

  1. /*++
  2. Copyright (c) 1996, 1997 Microsoft Corporation
  3. Module Name:
  4. migrate.h
  5. Abstract:
  6. This module contains routines to support migration of protected storage
  7. data from beta1 to beta2.
  8. Hopefully this code will be pitched after beta2, prior to final release.
  9. Author:
  10. Scott Field (sfield) 15-Apr-97
  11. --*/
  12. #ifndef __MIGRATE_H__
  13. #define __MIGRATE_H__
  14. BOOL
  15. MigrateData(
  16. PST_PROVIDER_HANDLE *phPSTProv,
  17. BOOL fMigrationNeeded
  18. );
  19. #endif // __MIGRATE_H__