windows-nt/Source/XPSP1/NT/base/mvdm/dos/dem/demdata.c

25 lines
403 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/* 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;