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.

40 lines
498 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. wsbvol.h
  5. Abstract:
  6. Definitions for volume support routines
  7. Author:
  8. Ran Kalach [rankala] 27, January 2000
  9. Revision History:
  10. --*/
  11. #ifndef _WSBVOL_
  12. #define _WSBVOL_
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. WSB_EXPORT HRESULT
  17. WsbGetFirstMountPoint(
  18. IN PWSTR volumeName,
  19. OUT PWSTR firstMountPoint,
  20. IN ULONG maxSize
  21. );
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25. #endif // _WSBFMT_