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.

34 lines
380 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. lock.h
  5. Abstract:
  6. this file contains the prototypes that help with managing the
  7. volume locks.
  8. Author:
  9. Molly Brown (mollybro) 04-Jan-2001
  10. Revision History:
  11. --*/
  12. #ifndef __LOCK_H__
  13. #define __LOCK_H__
  14. NTSTATUS
  15. SrPauseVolumeActivity (
  16. );
  17. VOID
  18. SrResumeVolumeActivity (
  19. );
  20. #endif