Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
VxD_IDATA_SEG
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
VxD_IDATA_SEG
 
The VxD_IDATA_SEG macro defines the start of an initialization data segment.
Virtual devices typically use this segment for data used to initialize the
corresponding device. The system discards the segment after the
initialization is complete (after the Init_Complete message has been
processed by all virtual devices).
 
Comments
 
This macro creates a 32-bit segment named _IDATA.
 
See Also
 
VxD_DATA_SEG, VxD_IDATA_ENDS, VxD_ICODE_SEG