mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 17:53:21 +00:00
[NTOSKRNL]
Addendum to r65584: don't forget to commit the header~ svn path=/trunk/; revision=65585
This commit is contained in:
parent
70c4b88da1
commit
0ee87ef80a
1 changed files with 8 additions and 0 deletions
|
@ -1210,6 +1210,14 @@ IoChangeFileObjectFilterContext(
|
||||||
IN BOOLEAN Define
|
IN BOOLEAN Define
|
||||||
);
|
);
|
||||||
|
|
||||||
|
VOID
|
||||||
|
NTAPI
|
||||||
|
IopDoNameTransmogrify(
|
||||||
|
IN PIRP Irp,
|
||||||
|
IN PFILE_OBJECT FileObject,
|
||||||
|
IN PREPARSE_DATA_BUFFER DataBuffer
|
||||||
|
);
|
||||||
|
|
||||||
//
|
//
|
||||||
// I/O Timer Routines
|
// I/O Timer Routines
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue