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.
 
 
 
 
 
 

34 lines
414 B

/*++
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