#include "precomp.h"
#include "ntcsrmsg.h"
#include "csrmsg.h"
Go to the source code of this file.
Functions | |
BOOL | xxxActivateDebugger (UINT fsModifiers) |
DWORD | GetRipComponent (VOID) |
DWORD | GetDbgTagFlags (int tag) |
DWORD | GetRipPID (VOID) |
DWORD | GetRipFlags (VOID) |
VOID | SetRipFlags (DWORD dwRipFlags, DWORD dwRipPID) |
VOID | SetDbgTag (int tag, DWORD dwBitFlags) |
|
Definition at line 118 of file w32/ntuser/kernel/debug.c. References DWORD, gpsi, and NULL.
|
|
Definition at line 116 of file w32/ntuser/kernel/debug.c. References DWORD.
|
|
Definition at line 129 of file w32/ntuser/kernel/debug.c. References DWORD, gpsi, NULL, RIPF_DEFAULT, and tagSERVERINFO::wRIPFlags.
|
|
Definition at line 128 of file w32/ntuser/kernel/debug.c. References DWORD, gpsi, NULL, and tagSERVERINFO::wRIPPID.
|
|
Definition at line 136 of file w32/ntuser/kernel/debug.c. References _SetDbgTag(), and VOID().
|
|
Definition at line 131 of file w32/ntuser/kernel/debug.c. References _SetRipFlags(), and VOID().
|
|
Definition at line 32 of file w32/ntuser/kernel/debug.c. References _USER_API_MSG::ApiNumber, BOOL, _USER_API_MSG::CaptureBuffer, _ACTIVATEDEBUGGERMSG::ClientId, CsrApiPort, _EPROCESS::DebugPort, EnterCrit, FALSE, gpepCSRSS, gpqForeground, _USER_API_MSG::h, LeaveCrit, LockProcessByClientId(), LpcRequestPort(), NT_SUCCESS, NTSTATUS(), NULL, tagQ::ptiKeyboard, Status, TRUE, _USER_API_MSG::u, _EPROCESS::UniqueProcessId, UnlockProcess, and UserpActivateDebugger. Referenced by xxxDoHotKeyStuff().
|