#include "dbgdllp.h"
Go to the source code of this file.
Defines | |
#define | DbgStateChangeSemaphore (NtCurrentTeb()->DbgSsReserved[0]) |
#define | DbgUiApiPort (NtCurrentTeb()->DbgSsReserved[1]) |
Functions | |
NTSTATUS | DbgUiConnectToDbg (VOID) |
NTSTATUS | DbgUiWaitStateChange (OUT PDBGUI_WAIT_STATE_CHANGE StateChange, IN PLARGE_INTEGER Timeout OPTIONAL) |
NTSTATUS | DbgUiContinue (IN PCLIENT_ID AppClientId, IN NTSTATUS ContinueStatus) |
|
Definition at line 23 of file dlluistb.c. Referenced by DbgUiConnectToDbg(), and DbgUiWaitStateChange(). |
|
Definition at line 24 of file dlluistb.c. Referenced by DbgUiConnectToDbg(), DbgUiContinue(), and DbgUiWaitStateChange(). |
|
Definition at line 27 of file dlluistb.c. References DbgStateChangeSemaphore, DbgUiApiPort, DynamicQos, L, NT_SUCCESS, NtConnectPort(), NtRegisterThreadTerminatePort(), NTSTATUS(), NULL, PortName, RtlInitUnicodeString(), and TRUE.
|
|
Definition at line 160 of file dlluistb.c. References DbgPrint, DbgUiApiPort, NT_SUCCESS, NtRequestWaitReplyPort(), and NTSTATUS().
|
|
Definition at line 93 of file dlluistb.c. References DbgPrint, DbgStateChangeSemaphore, DbgUiApiPort, NT_SUCCESS, NtRequestWaitReplyPort(), NTSTATUS(), NtWaitForSingleObject(), and TRUE.
|