ReactOS
0.4.15-dev-4614-ga5a6101
|
Go to the source code of this file.
Macros | |
#define | ST_RIT (1<<0) |
#define | ST_DESKTOP_THREAD (1<<1) |
#define | ST_GHOST_THREAD (1<<2) |
Functions | |
VOID | InitCsrProcess (VOID) |
VOID | ResetCsrProcess (VOID) |
NTSTATUS | InitCsrApiPort (IN HANDLE CsrPortHandle) |
VOID | ResetCsrApiPort (VOID) |
NTSTATUS NTAPI | CsrClientCallServer (IN OUT PCSR_API_MESSAGE ApiMessage, IN OUT PCSR_CAPTURE_BUFFER CaptureBuffer OPTIONAL, IN CSR_API_NUMBER ApiNumber, IN ULONG DataLength) |
DWORD | UserSystemThreadProc (BOOL bRemoteProcess) |
BOOL | UserCreateSystemThread (DWORD Type) |
Variables | |
PEPROCESS | gpepCSRSS |
PVOID | CsrApiPort |
NTSTATUS NTAPI CsrClientCallServer | ( | IN OUT PCSR_API_MESSAGE | ApiMessage, |
IN OUT PCSR_CAPTURE_BUFFER CaptureBuffer | OPTIONAL, | ||
IN CSR_API_NUMBER | ApiNumber, | ||
IN ULONG | DataLength | ||
) |
Definition at line 365 of file connect.c.
Referenced by BaseCheckForVDM(), BaseCheckVDM(), BasepNotifyCsrOfThread(), BaseUpdateVDMEntry(), CloseConsoleHandle(), ConsoleMenuControl(), CreateConsoleScreenBuffer(), CreateProcessInternalW(), CsrClientConnectToServer(), CsrIdentifyAlertableThread(), CsrSetPriorityClass(), DefineDosDeviceW(), DeviceEventWorker(), DuplicateConsoleHandle(), EndTask(), ExitProcess(), ExitVDM(), ExitWindowsWorker(), FlushConsoleInputBuffer(), FreeConsole(), GenerateConsoleCtrlEvent(), GetConsoleCP(), GetConsoleCursorInfo(), GetConsoleDisplayMode(), GetConsoleFontInfo(), GetConsoleFontSize(), GetConsoleHandleInformation(), GetConsoleHardwareState(), GetConsoleHistoryInfo(), GetConsoleMode(), GetConsoleOutputCP(), GetConsoleProcessList(), GetConsoleScreenBufferInfo(), GetConsoleSelectionInfo(), GetConsoleWindow(), GetCurrentConsoleFont(), GetLargestConsoleWindowSize(), GetNextVDMCommand(), GetNumberOfConsoleFonts(), GetNumberOfConsoleInputEvents(), GetNumberOfConsoleMouseButtons(), GetProcessShutdownParameters(), GetTempFileNameW(), GetThreadDesktop(), GetVDMCurrentDirectories(), IntAddConsoleAlias(), IntAllocConsole(), IntAttachConsole(), IntExpungeConsoleCommandHistory(), IntFillConsoleOutputCode(), IntGetConsoleAlias(), IntGetConsoleAliases(), IntGetConsoleAliasesLength(), IntGetConsoleAliasExes(), IntGetConsoleAliasExesLength(), IntGetConsoleCommandHistory(), IntGetConsoleCommandHistoryLength(), IntGetConsoleInput(), IntGetConsoleKeyboardLayoutName(), IntGetConsoleTitle(), IntReadConsole(), IntReadConsoleOutput(), IntReadConsoleOutputCode(), IntScrollConsoleScreenBuffer(), IntSetConsoleNumberOfCommands(), IntSetConsoleTitle(), IntWriteConsole(), IntWriteConsoleInput(), IntWriteConsoleOutput(), IntWriteConsoleOutputCode(), InvalidateConsoleDIBits(), Logon(), NotifySoundSentry(), OpenConsoleW(), RegisterConsoleVDM(), RegisterLogonProcess(), RegisterServicesProcess(), SetConsoleActiveScreenBuffer(), SetConsoleCommandHistoryMode(), SetConsoleCP(), SetConsoleCursor(), SetConsoleCursorInfo(), SetConsoleCursorPosition(), SetConsoleDisplayMode(), SetConsoleFont(), SetConsoleHandleInformation(), SetConsoleHardwareState(), SetConsoleHistoryInfo(), SetConsoleIcon(), SetConsoleMenuClose(), SetConsoleMode(), SetConsoleOutputCP(), SetConsolePalette(), SetConsoleScreenBufferSize(), SetConsoleTextAttribute(), SetConsoleWindowInfo(), SetLastConsoleEventActive(), SetProcessShutdownParameters(), SetTEBLangID(), SetVDMCurrentDirectories(), ShowConsoleCursor(), UserCreateSystemThread(), and VerifyConsoleIoHandle().
Definition at line 38 of file csr.c.
Referenced by NtUserSetInformationThread().
Definition at line 247 of file csr.c.
Referenced by IntCreateWindowStation(), and IntMakeHungWindowGhosted().
PEPROCESS gpepCSRSS |
Definition at line 15 of file csr.c.
Referenced by CsrClientCallServer(), InitCsrProcess(), InitThreadCallback(), IntHookModuleUnloaded(), KdbCommand_Gdi_dumpht(), KdbCommand_Gdi_entry(), KdbCommand_Gdi_handle(), NtUserCallOneParam(), NtUserConsoleControl(), NtUserGetThreadDesktop(), NtUserInitialize(), NtUserQueryInformationThread(), NtUserResolveDesktop(), NtUserSetInformationThread(), NtUserSetThreadDesktop(), ResetCsrProcess(), UserCreateMenu(), and UserRegisterUserApiHook().