|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | LpcpGetMessageType(x) ((x)->u2.s2.Type &~ LPC_KERNELMODE_MESSAGE) |
| #define | LpcpReceiveWait(s, w) |
| #define | LpcpReplyWait(s, w) |
| #define | LpcpConnectWait(s, w) |
| #define | LpcpCompleteWait(s) |
| #define LpcpGetMessageType | ( | x | ) | ((x)->u2.s2.Type &~ LPC_KERNELMODE_MESSAGE) |
|
static |
Definition at line 100 of file lpc_x.h.
Referenced by LpcRequestPort(), LpcRequestWaitReplyPort(), NtReplyPort(), NtReplyWaitReceivePortEx(), NtRequestPort(), NtRequestWaitReplyPort(), and NtSecureConnectPort().
| FORCEINLINE PLPCP_DATA_INFO LpcpGetDataInfoFromMessage | ( | PPORT_MESSAGE | Message | ) |
Definition at line 170 of file lpc_x.h.
Referenced by LpcpCopyRequestData(), LpcpVerifyMessageDataInfo(), and NtRequestWaitReplyPort().
| FORCEINLINE PLPCP_MESSAGE LpcpGetMessageFromThread | ( | IN PETHREAD | Thread | ) |
Definition at line 129 of file lpc_x.h.
Referenced by LpcExitThread(), LpcpDestroyPortQueue(), LpcpFreeConMsg(), LpcRequestWaitReplyPort(), NtAcceptConnectPort(), NtCompleteConnectPort(), NtReplyPort(), NtReplyWaitReceivePortEx(), and NtRequestWaitReplyPort().
| FORCEINLINE PLPCP_PORT_OBJECT LpcpGetPortFromThread | ( | IN PETHREAD | Thread | ) |
Definition at line 144 of file lpc_x.h.
Referenced by LpcpValidateClientPort().
| FORCEINLINE VOID LpcpSetPortToThread | ( | IN PETHREAD | Thread, |
| IN PLPCP_PORT_OBJECT | Port | ||
| ) |
Definition at line 160 of file lpc_x.h.
Referenced by LpcRequestWaitReplyPort(), and NtRequestWaitReplyPort().