ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
NTSTATUS NTAPI LpcpCopyRequestData | ( | IN BOOLEAN | Write, |
IN HANDLE | PortHandle, | ||
IN PPORT_MESSAGE | Message, | ||
IN ULONG | Index, | ||
IN PVOID | Buffer, | ||
IN ULONG | BufferLength, | ||
OUT PULONG | ReturnLength | ||
) |
Definition at line 770 of file reply.c.
Referenced by NtReadRequestData(), and NtWriteRequestData().
PLPCP_MESSAGE NTAPI LpcpFindDataInfoMessage | ( | IN PLPCP_PORT_OBJECT | Port, |
IN ULONG | MessageId, | ||
IN LPC_CLIENT_ID | ClientId | ||
) |
Definition at line 95 of file reply.c.
Referenced by LpcpCopyRequestData().
VOID NTAPI LpcpFreeDataInfoMessage | ( | IN PLPCP_PORT_OBJECT | Port, |
IN ULONG | MessageId, | ||
IN ULONG | CallbackId, | ||
IN CLIENT_ID | ClientId | ||
) |
Definition at line 19 of file reply.c.
Referenced by NtReplyPort(), and NtReplyWaitReceivePortEx().
VOID NTAPI LpcpMoveMessage | ( | IN PPORT_MESSAGE | Destination, |
IN PPORT_MESSAGE | Origin, | ||
IN PVOID | Data, | ||
IN ULONG | MessageType, | ||
IN PCLIENT_ID | ClientId | ||
) |
Definition at line 139 of file reply.c.
Referenced by LpcRequestPort(), LpcRequestWaitReplyPort(), NtReplyPort(), NtReplyWaitReceivePortEx(), NtRequestPort(), and NtRequestWaitReplyPort().
VOID NTAPI LpcpSaveDataInfoMessage | ( | IN PLPCP_PORT_OBJECT | Port, |
IN PLPCP_MESSAGE | Message, | ||
IN ULONG | LockFlags | ||
) |
Definition at line 62 of file reply.c.
Referenced by NtReplyWaitReceivePortEx(), and NtRequestWaitReplyPort().
NTSTATUS NTAPI NtReadRequestData | ( | IN HANDLE | PortHandle, |
IN PPORT_MESSAGE | Message, | ||
IN ULONG | Index, | ||
IN PVOID | Buffer, | ||
IN ULONG | BufferLength, | ||
OUT PULONG | ReturnLength | ||
) |
Definition at line 965 of file reply.c.
Definition at line 190 of file reply.c.
Referenced by AuthPortThreadRoutine(), CsrApiRequestThread(), and CsrNotifyWaitBlock().
NTSTATUS NTAPI NtReplyWaitReceivePort | ( | IN HANDLE | PortHandle, |
OUT PVOID *PortContext | OPTIONAL, | ||
IN PPORT_MESSAGE ReplyMessage | OPTIONAL, | ||
OUT PPORT_MESSAGE | ReceiveMessage | ||
) |
Definition at line 743 of file reply.c.
Referenced by AuthPortThreadRoutine(), CsrApiRequestThread(), CsrSbApiRequestThread(), LsapRmServerThread(), main(), NtListenPort(), ProcessPortMessage(), ServerThread(), and SmpApiLoop().
NTSTATUS NTAPI NtReplyWaitReceivePortEx | ( | IN HANDLE | PortHandle, |
OUT PVOID *PortContext | OPTIONAL, | ||
IN PPORT_MESSAGE ReplyMessage | OPTIONAL, | ||
OUT PPORT_MESSAGE | ReceiveMessage, | ||
IN PLARGE_INTEGER Timeout | OPTIONAL | ||
) |
Definition at line 360 of file reply.c.
Referenced by NtReplyWaitReceivePort().
NTSTATUS NTAPI NtWriteRequestData | ( | IN HANDLE | PortHandle, |
IN PPORT_MESSAGE | Message, | ||
IN ULONG | Index, | ||
IN PVOID | Buffer, | ||
IN ULONG | BufferLength, | ||
OUT PULONG | ReturnLength | ||
) |
Definition at line 987 of file reply.c.