ReactOS 0.4.15-dev-7788-g1ad9096
vdmdbg.h File Reference
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
Include dependency graph for vdmdbg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _VDM_SEGINFO
 
struct  MODULEENTRY
 
struct  GLOBALENTRY
 

Macros

#define MAX_PATH16   255
 
#define MAX_MODULE_NAME   9
 

Typedefs

typedef struct _CONTEXT VDMCONTEXT
 
typedef VDMCONTEXTLPVDMCONTEXT
 
typedef struct _VDM_SEGINFO VDM_SEGINFO
 
typedef struct MODULEENTRYLPMODULEENTRY
 
typedef DWORD dwAttributes
 
typedef DWORD LPARAM lpUserDefined
 
typedef WORD hMod16
 
typedef WORD WORD hTask16
 
typedef WORD WORD PSZ pszModName
 
typedef WORD WORD PSZ PSZ pszFileName
 
typedef struct GLOBALENTRYLPGLOBALENTRY
 

Functions

ULONG DbgPrint (PCCH Format,...)
 
typedef BOOL (WINAPI *PROCESSENUMPROC)(DWORD dwProcessId
 
typedef DWORD (CALLBACK *DEBUGEVENTPROC)(LPDEBUG_EVENT
 

Variables

typedef LPVOID
 
HINSTANCE hDllInstance
 

Macro Definition Documentation

◆ MAX_MODULE_NAME

#define MAX_MODULE_NAME   9

Definition at line 6 of file vdmdbg.h.

◆ MAX_PATH16

#define MAX_PATH16   255

Definition at line 5 of file vdmdbg.h.

Typedef Documentation

◆ dwAttributes

Definition at line 34 of file vdmdbg.h.

◆ hMod16

typedef WORD hMod16

Definition at line 41 of file vdmdbg.h.

◆ hTask16

typedef WORD WORD hTask16

Definition at line 42 of file vdmdbg.h.

◆ LPGLOBALENTRY

◆ LPMODULEENTRY

◆ lpUserDefined

Definition at line 35 of file vdmdbg.h.

◆ LPVDMCONTEXT

Definition at line 11 of file vdmdbg.h.

◆ pszFileName

Definition at line 44 of file vdmdbg.h.

◆ pszModName

Definition at line 43 of file vdmdbg.h.

◆ VDM_SEGINFO

◆ VDMCONTEXT

Definition at line 10 of file vdmdbg.h.

Function Documentation

◆ BOOL()

typedef BOOL ( WINAPI PROCESSENUMPROC)

◆ DbgPrint()

ULONG DbgPrint ( PCCH  Format,
  ... 
)

Definition at line 432 of file debug.c.

433{
434 return 0;
435}

◆ DWORD()

typedef DWORD ( CALLBACK DEBUGEVENTPROC)

Variable Documentation

◆ hDllInstance

◆ LPVOID

typedef LPVOID

Definition at line 65 of file vdmdbg.h.