ReactOS 0.4.16-dev-522-gb68104a
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | LpcRequestPort (IN PVOID PortObject, IN PPORT_MESSAGE LpcMessage) |
NTSTATUS NTAPI | LpcRequestWaitReplyPort (IN PVOID PortObject, IN PPORT_MESSAGE LpcRequest, OUT PPORT_MESSAGE LpcReply) |
NTSTATUS NTAPI | NtRequestPort (IN HANDLE PortHandle, IN PPORT_MESSAGE LpcRequest) |
NTSTATUS NTAPI | LpcpVerifyMessageDataInfo (_In_ PPORT_MESSAGE Message, _Out_ PULONG NumberOfDataEntries) |
NTSTATUS NTAPI | NtRequestWaitReplyPort (IN HANDLE PortHandle, IN PPORT_MESSAGE LpcRequest, IN OUT PPORT_MESSAGE LpcReply) |
NTSTATUS NTAPI LpcpVerifyMessageDataInfo | ( | _In_ PPORT_MESSAGE | Message, |
_Out_ PULONG | NumberOfDataEntries | ||
) |
Definition at line 652 of file send.c.
Referenced by NtRequestWaitReplyPort().
Definition at line 22 of file send.c.
Referenced by CsrClientCallServer(), LpcpDeletePort(), and PspExitThread().
NTSTATUS NTAPI LpcRequestWaitReplyPort | ( | IN PVOID | PortObject, |
IN PPORT_MESSAGE | LpcRequest, | ||
OUT PPORT_MESSAGE | LpcReply | ||
) |
Definition at line 178 of file send.c.
Referenced by CsrClientCallServer(), DbgkpSendApiMessageLpc(), and ExpRaiseHardError().
Definition at line 440 of file send.c.
Referenced by ClientThread(), and main().
NTSTATUS NTAPI NtRequestWaitReplyPort | ( | IN HANDLE | PortHandle, |
IN PPORT_MESSAGE | LpcRequest, | ||
IN OUT PPORT_MESSAGE | LpcReply | ||
) |
Definition at line 696 of file send.c.
Referenced by CsrClientCallServer(), LsaEnumerateLogonSessions(), LsaGetLogonSessionData(), LsapRmCreateLogonSession(), LsapRmDeleteLogonSession(), LsaRegisterPolicyChangeNotification(), LsaUnregisterPolicyChangeNotification(), SmpCallCsrCreateProcess(), SmpLoadSubSystem(), SmpSbCreateSession(), SmQueryInformation(), and SmSendMsgToSm().