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).
This macro has no parameters.
This macro has no return value.
This macro creates a 32-bit segment named _IDATA.