ReactOS 0.4.15-dev-7842-g558ab78
fsfilter.c File Reference
#include <ntoskrnl.h>
#include <debug.h>
Include dependency graph for fsfilter.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

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)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 12 of file fsfilter.c.

Function Documentation

◆ FsRtlCreateSectionForDataScan()

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.

70{
71 /* Unimplemented */
74}
DECLSPEC_NORETURN VOID NTAPI KeBugCheck(ULONG BugCheckCode)
Definition: bug.c:1431
#define STATUS_NOT_IMPLEMENTED
Definition: ntstatus.h:239