include vmm.inc VxD_IDATA_SEG
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).
This macro creates a 32-bit segment named _IDATA.
See also VxD_DATA_SEG, VxD_ICODE_SEG, VxD_IDATA_ENDS