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.

24 lines
427 B

  1. /* demdata.c - All the VDM instance Data.
  2. *
  3. * Sudeepb 06-Apr-1991 Created
  4. */
  5. #include "dem.h"
  6. /** VDM's DTA Address **/
  7. ULONG UNALIGNED *pulDTALocation; // Address in ntdos where DTA address is kept.
  8. /** VDM's Current PDB **/
  9. PUSHORT pusCurrentPDB;
  10. /** SFT Chain Head **/
  11. PDOSSF pSFTHead = NULL;
  12. //
  13. // address of extended error information in DOS data segment
  14. //
  15. PDEMEXTERR pExtendedError;