ReactOS 0.4.16-dev-92-g0c2cdca
|
#include "npfs.h"
Go to the source code of this file.
Macros | |
#define | NPFS_BUGCHECK_FILE_ID (NPFS_BUGCHECK_FILEINFO) |
#define NPFS_BUGCHECK_FILE_ID (NPFS_BUGCHECK_FILEINFO) |
Definition at line 14 of file fileinfo.c.
Definition at line 370 of file fileinfo.c.
Referenced by NpFsdQueryInformation().
NTSTATUS NTAPI NpCommonSetInformation | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PLIST_ENTRY | List | ||
) |
Definition at line 80 of file fileinfo.c.
Referenced by NpFsdSetInformation().
Definition at line 461 of file fileinfo.c.
Referenced by DriverEntry().
Definition at line 114 of file fileinfo.c.
Referenced by DriverEntry().
Definition at line 143 of file fileinfo.c.
Referenced by NpCommonQueryInformation().
Definition at line 200 of file fileinfo.c.
Referenced by NpCommonQueryInformation().
Definition at line 256 of file fileinfo.c.
Referenced by NpCommonQueryInformation().
Definition at line 215 of file fileinfo.c.
Referenced by NpCommonQueryInformation().
NTSTATUS NTAPI NpQueryPipeInfo | ( | IN PNP_FCB | Fcb, |
IN PNP_CCB | Ccb, | ||
IN PVOID | Buffer, | ||
IN OUT PULONG | Length, | ||
IN ULONG | NamedPipeEnd | ||
) |
Definition at line 350 of file fileinfo.c.
Referenced by NpCommonQueryInformation().
NTSTATUS NTAPI NpQueryPipeLocalInfo | ( | IN PNP_FCB | Fcb, |
IN PNP_CCB | Ccb, | ||
IN PVOID | Buffer, | ||
IN OUT PULONG | Length, | ||
IN ULONG | NamedPipeEnd | ||
) |
Definition at line 303 of file fileinfo.c.
Referenced by NpCommonQueryInformation().
NTSTATUS NTAPI NpQueryPositionInfo | ( | IN PNP_CCB | Ccb, |
IN PVOID | Buffer, | ||
IN OUT PULONG | Length, | ||
IN ULONG | NamedPipeEnd | ||
) |
Definition at line 271 of file fileinfo.c.
Referenced by NpCommonQueryInformation().
NTSTATUS NTAPI NpQueryStandardInfo | ( | IN PNP_CCB | Ccb, |
IN PVOID | Buffer, | ||
IN OUT PULONG | Length, | ||
IN ULONG | NamedPipeEnd | ||
) |
Definition at line 159 of file fileinfo.c.
Referenced by NpCommonQueryInformation().
Definition at line 20 of file fileinfo.c.
Referenced by NpCommonSetInformation().
NTSTATUS NTAPI NpSetPipeInfo | ( | IN PNP_FCB | Fcb, |
IN PNP_CCB | Ccb, | ||
IN PFILE_PIPE_INFORMATION | Buffer, | ||
IN ULONG | NamedPipeEnd, | ||
IN PLIST_ENTRY | List | ||
) |
Definition at line 29 of file fileinfo.c.
Referenced by NpCommonSetInformation().