Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

spy.cpp File Reference

#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:

Include dependency graph

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


Define Documentation

#define INCL_DOSPROCESS
 

Definition at line 12 of file spy.cpp.

#define INCL_DOSQUEUES
 

Definition at line 13 of file spy.cpp.

#define INCL_DOSMEMMGR
 

Definition at line 14 of file spy.cpp.

#define INCL_WINMESSAGEMGR
 

Definition at line 15 of file spy.cpp.

#define INCL_DOSERRORS
 

Definition at line 16 of file spy.cpp.

#define INCL_DOSSEMAPHORES
 

Definition at line 17 of file spy.cpp.

#define DBG_LOCALLOG   DBG_spy
 

Definition at line 26 of file spy.cpp.

#define Q_BUFFER_SIZE   4096
 

Definition at line 29 of file spy.cpp.

#define MAX_MESSAGES   (Q_BUFFER_SIZE/sizeof(Q_SPYMSG))
 

Definition at line 30 of file spy.cpp.


Function Documentation

BOOL InitSpyQueue  
 

Definition at line 37 of file spy.cpp.

Referenced by inittermUser32().

void CloseSpyQueue  
 

Definition at line 66 of file spy.cpp.

Referenced by cleanupUser32().


Variable Documentation

PID pidServer = 0
 

Definition at line 32 of file spy.cpp.

ULONG hqQueue = 0
 

Definition at line 33 of file spy.cpp.

Q_SPYMSG* pvdQMemory = 0
 

Definition at line 34 of file spy.cpp.

int msgIndex = 0
 

Definition at line 35 of file spy.cpp.


Generated on Wed Jan 23 23:20:04 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001