windows-nt/Source/XPSP1/NT/base/fs/dfs/driver/reset.h

37 lines
602 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+----------------------------------------------------------------------------
//
// Copyright (C) 1996, Microsoft Corporation
//
// File: reset.h
//
// Contents: Protos for reset.c
//
// Functions: DfsFsctrlResetPkt
//
//-----------------------------------------------------------------------------
#ifndef _RESET_H_
#define _RESET_H_
NTSTATUS
DfsFsctrlResetPkt(
IN PIRP Irp
);
NTSTATUS
DfsFsctrlMarkStalePktEntries(
IN PIRP Irp
);
NTSTATUS
DfsFsctrlFlushStalePktEntries(
IN PIRP Irp
);
NTSTATUS
DfsFsctrlStopDfs(
IN PIRP Irp
);
#endif // _RESET_H_