#include <os2wrap.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <misc.h>
#include <spy.h>
#include "dbglocal.h"
Include dependency graph for spy.cpp:
Go to the source code of this file.
Defines | |
#define | INCL_DOSPROCESS |
#define | INCL_DOSQUEUES |
#define | INCL_DOSMEMMGR |
#define | INCL_WINMESSAGEMGR |
#define | INCL_DOSERRORS |
#define | INCL_DOSSEMAPHORES |
#define | DBG_LOCALLOG DBG_spy |
#define | Q_BUFFER_SIZE 4096 |
#define | MAX_MESSAGES (Q_BUFFER_SIZE/sizeof(Q_SPYMSG)) |
Functions | |
BOOL | InitSpyQueue () |
void | CloseSpyQueue () |
Variables | |
PID | pidServer = 0 |
ULONG | hqQueue = 0 |
Q_SPYMSG * | pvdQMemory = 0 |
int | msgIndex = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 37 of file spy.cpp. Referenced by inittermUser32().
|
|
Definition at line 66 of file spy.cpp. Referenced by cleanupUser32().
|
|
|
|
|
|
|
|
|