Windows2003-3790/admin/pchealth/sr/kernel/lock.h

35 lines
414 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++
Copyright (c) 1998-1999 Microsoft Corporation
Module Name:
lock.h
Abstract:
this file contains the prototypes that help with managing the
volume locks.
Author:
Molly Brown (mollybro) 04-Jan-2001
Revision History:
--*/
#ifndef __LOCK_H__
#define __LOCK_H__
NTSTATUS
SrPauseVolumeActivity (
);
VOID
SrResumeVolumeActivity (
);
#endif