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.

29 lines
619 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1992, Microsoft Corporation
  4. //
  5. // File: lvolinit.h
  6. //
  7. // Contents: Local volumes initialization - Function headers
  8. //
  9. // Classes:
  10. //
  11. // Functions: DfsInitLocalPartitions
  12. // DfsValidateLocalPartitions
  13. //
  14. // History: April 27, 1994 Milans created
  15. //
  16. //-----------------------------------------------------------------------------
  17. #ifndef _LVOLINIT_
  18. #define _LVOLINIT_
  19. VOID
  20. DfsInitLocalPartitions();
  21. VOID
  22. DfsValidateLocalPartitions(
  23. IN PVOID Context);
  24. #endif // _LVOLINIT_