windows-nt/Source/XPSP1/NT/base/ntos/io/pnpmgr/pipagepath.h

31 lines
484 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 2001 Microsoft Corporation
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
);