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.

30 lines
530 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. PiPagePath.h
  5. Abstract:
  6. This header contains private definitions for managing devices on the paging
  7. path. This file should be including *only* by PiPagePath.c
  8. Author:
  9. Adrian J. Oney (AdriaO) February 3rd, 2001
  10. Revision History:
  11. Originally taken from ChuckL's implementation in mm\modwrite.c.
  12. --*/
  13. NTSTATUS
  14. PiPagePathSetState(
  15. IN PFILE_OBJECT FileObject,
  16. IN BOOLEAN InPath
  17. );