Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
VxD_REAL_INIT_SEG
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
VxD_REAL_INIT_SEG
 
The VxD_REAL_INIT_SEG macro defines the start of a real-mode initialization
segment. Virtual devices typically use this segment for code that
initializes the corresponding device before Windows changes to
protected-mode execution. The system discards the segment after the
initialization is complete.
 
Comments
 
This macro creates a 16-bit segment named _RCODE. The segment is assembled
for the real-mode tiny model memory so segment registers CS, DS, ES, and SS
are assumed to be equal.
 
See Also
 
VxD_ICODE_SEG, VxD_REAL_INIT_ENDS