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.

36 lines
602 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1996, Microsoft Corporation
  4. //
  5. // File: reset.h
  6. //
  7. // Contents: Protos for reset.c
  8. //
  9. // Functions: DfsFsctrlResetPkt
  10. //
  11. //-----------------------------------------------------------------------------
  12. #ifndef _RESET_H_
  13. #define _RESET_H_
  14. NTSTATUS
  15. DfsFsctrlResetPkt(
  16. IN PIRP Irp
  17. );
  18. NTSTATUS
  19. DfsFsctrlMarkStalePktEntries(
  20. IN PIRP Irp
  21. );
  22. NTSTATUS
  23. DfsFsctrlFlushStalePktEntries(
  24. IN PIRP Irp
  25. );
  26. NTSTATUS
  27. DfsFsctrlStopDfs(
  28. IN PIRP Irp
  29. );
  30. #endif // _RESET_H_