#include "precomp.h"#include "ntuser.h"#include <winsta.h>#include <wstmsg.h>#include <icadd.h>Go to the source code of this file.
Functions | |
| NTSTATUS | ConnectToTerminalServer (ULONG Access, PHANDLE pPortHandle) |
| NTSTATUS | BrokenConnection (BROKENCLASS Reason, BROKENSOURCECLASS Source) |
| NTSTATUS | ReplyMessageToTerminalServer (PCTXHARDERRORINFO pchi) |
| NTSTATUS | ShadowHotkey () |
Variables | |
| HANDLE | WinStationIcaApiPort = NULL |
|
||||||||||||
|
Definition at line 112 of file icadis.c. References ConnectToTerminalServer(), DbgPrint, NT_SUCCESS, NtRequestWaitReplyPort(), NTSTATUS(), NULL, Status, TRUE, and WinStationIcaApiPort. Referenced by Win32CommandChannelThread().
|
|
||||||||||||
|
Definition at line 42 of file icadis.c. References DbgPrint, DynamicQos, L, NT_SUCCESS, NtConnectPort(), NTSTATUS(), NULL, PortName, RtlInitUnicodeString(), Status, and TRUE. Referenced by BrokenConnection(), ReplyMessageToTerminalServer(), and ShadowHotkey().
|
|
|
Definition at line 168 of file icadis.c. References ConnectToTerminalServer(), DbgPrint, tagCTXHARDERRORINFO::hEvent, NT_SUCCESS, NtClose(), NtRequestWaitReplyPort(), NTSTATUS(), PortHandle, tagCTXHARDERRORINFO::pResponse, tagCTXHARDERRORINFO::Response, Status, and TRUE. Referenced by HardErrorRemove().
|
|
|
Definition at line 228 of file icadis.c. References ConnectToTerminalServer(), DbgPrint, NT_SUCCESS, NtRequestWaitReplyPort(), NTSTATUS(), NULL, Status, TRUE, and WinStationIcaApiPort. Referenced by Win32CommandChannelThread().
|
|
|
Definition at line 26 of file icadis.c. Referenced by BrokenConnection(), ShadowHotkey(), W32WinStationTerminate(), and Win32CommandChannelThread(). |
1.3.7