ReactOS 0.4.16-dev-297-gc569aee
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define NDEBUG |
Definition at line 12 of file fsfilter.c.
NTSTATUS NTAPI FsRtlCreateSectionForDataScan | ( | OUT PHANDLE | SectionHandle, |
OUT PVOID * | SectionObject, | ||
OUT PLARGE_INTEGER SectionFileSize | OPTIONAL, | ||
IN PFILE_OBJECT | FileObject, | ||
IN ACCESS_MASK | DesiredAccess, | ||
IN POBJECT_ATTRIBUTES ObjectAttributes | OPTIONAL, | ||
IN PLARGE_INTEGER MaximumSize | OPTIONAL, | ||
IN ULONG | SectionPageProtection, | ||
IN ULONG | AllocationAttributes, | ||
IN ULONG | Flags | ||
) |
Definition at line 60 of file fsfilter.c.