Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
354 B

  1. /*
  2. * data.c - Main data of DBG DLL.
  3. *
  4. */
  5. #include <precomp.h>
  6. #pragma hdrstop
  7. #ifdef i386
  8. PX86CONTEXT px86;
  9. #endif
  10. DWORD IntelMemoryBase;
  11. DWORD VdmDbgTraceFlags = 0;
  12. BOOL fDebugged = FALSE;
  13. VDMCONTEXT vcContext;
  14. WORD EventFlags; // flags defined in VDMDBG.H
  15. VDMINTERNALINFO viInfo;
  16. DWORD EventParams[4];