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.
|
|
/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
pilastgood.h
Abstract:
This header contains private information to implement last known good support in the IO subsystem. This file is meant to be included only by pplastgood.c.
Author:
Adrian J. Oney - April 4, 2000
Revision History:
--*/
VOID PiLastGoodRevertLastKnownDirectory( IN PUNICODE_STRING LastKnownGoodDirectory, IN PUNICODE_STRING LastKnownGoodRegPath );
NTSTATUS PiLastGoodRevertCopyCallback( IN PUNICODE_STRING FullPathName, IN PUNICODE_STRING FileName, IN ULONG FileAttributes, IN PVOID Context );
NTSTATUS PiLastGoodCopyKeyContents( IN PUNICODE_STRING SourceRegPath, IN PUNICODE_STRING DestinationRegPath, IN BOOLEAN DeleteSourceKey );
|