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

/* demdata.c - All the VDM instance Data.
*
* Sudeepb 06-Apr-1991 Created
*/
#include "dem.h"
/** VDM's DTA Address **/
ULONG UNALIGNED *pulDTALocation; // Address in ntdos where DTA address is kept.
/** VDM's Current PDB **/
PUSHORT pusCurrentPDB;
/** SFT Chain Head **/
PDOSSF pSFTHead = NULL;
//
// address of extended error information in DOS data segment
//
PDEMEXTERR pExtendedError;