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.

42 lines
701 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. migapp.h
  5. Abstract:
  6. This file declares the public interfaces into the migapp lib.
  7. See w95upg\migapp for implementation.
  8. NOTE: There are other files that are more useful for this lib,
  9. such as migdb.h.
  10. Author:
  11. Mike Condra (mikeco) 18-Aug-1996
  12. Revision History:
  13. jimschm 23-Nov-1998 Remove abandoned mikeco stuff
  14. calinn 12-Feb-1998 A lot of cleanup
  15. --*/
  16. #pragma once
  17. BOOL
  18. IsDriveRemoteOrSubstituted(
  19. UINT nDrive, // 'A'==1, etc.
  20. BOOL *fRemote,
  21. BOOL *fSubstituted
  22. );
  23. BOOL
  24. IsFloppyDrive (
  25. UINT nDrive
  26. ); // 'A'==1, etc.