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

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