mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 23:19:44 +00:00
[NTOSKRNL] Implement IoGetFileObjectFilterContext()
This commit is contained in:
parent
043faab089
commit
a43fb5e054
2 changed files with 5 additions and 3 deletions
|
@ -96,6 +96,7 @@
|
|||
typedef struct _FILE_OBJECT_EXTENSION
|
||||
{
|
||||
PDEVICE_OBJECT TopDeviceObjectHint;
|
||||
PVOID FilterContext;
|
||||
|
||||
} FILE_OBJECT_EXTENSION, *PFILE_OBJECT_EXTENSION;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue