ReactOS 0.4.16-dev-290-g89a3b8f
|
#include "npfs.h"
Go to the source code of this file.
Macros | |
#define | NPFS_BUGCHECK_FILE_ID (NPFS_BUGCHECK_FILEOBSUP) |
Functions | |
NODE_TYPE_CODE NTAPI | NpDecodeFileObject (IN PFILE_OBJECT FileObject, OUT PVOID *PrimaryContext OPTIONAL, OUT PNP_CCB *Ccb, OUT PULONG NamedPipeEnd OPTIONAL) |
VOID NTAPI | NpSetFileObject (IN PFILE_OBJECT FileObject, IN PVOID PrimaryContext, IN PVOID Ccb, IN ULONG NamedPipeEnd) |
#define NPFS_BUGCHECK_FILE_ID (NPFS_BUGCHECK_FILEOBSUP) |
Definition at line 14 of file fileobsup.c.
NODE_TYPE_CODE NTAPI NpDecodeFileObject | ( | IN PFILE_OBJECT | FileObject, |
OUT PVOID *PrimaryContext | OPTIONAL, | ||
OUT PNP_CCB * | Ccb, | ||
OUT PULONG NamedPipeEnd | OPTIONAL | ||
) |
Definition at line 20 of file fileobsup.c.
Referenced by NpCommonCleanup(), NpCommonClose(), NpCommonFlushBuffers(), NpCommonQueryInformation(), NpCommonQuerySecurityInfo(), NpCommonRead(), NpCommonSetInformation(), NpCommonSetSecurityInfo(), NpCommonWrite(), NpDisconnect(), NpFsdCreate(), NpImpersonate(), NpListen(), NpPeek(), NpQueryClientProcess(), NpSetClientProcess(), NpTransceive(), and NpWaitForNamedPipe().
VOID NTAPI NpSetFileObject | ( | IN PFILE_OBJECT | FileObject, |
IN PVOID | PrimaryContext, | ||
IN PVOID | Ccb, | ||
IN ULONG | NamedPipeEnd | ||
) |
Definition at line 62 of file fileobsup.c.
Referenced by NpCreateExistingNamedPipe(), NpCreateNewNamedPipe(), NpOpenNamedPipeFileSystem(), NpOpenNamedPipeRootDirectory(), NpSetClosingPipeState(), NpSetConnectedPipeState(), and NpSetDisconnectedPipeState().