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.
Test_Reenter
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
VMMcall Test_Reenter
 
The Test_Reenter service checks the re-entry count for the VMM and values of
the DS, ES, and SS registers. If the re-entry count is not zero or the
segment registers are not equal to the VMM's data segment selector, the
service display an error message at the debugging terminal. This service is
intended to be used only for debugging.
 
This is an asynchronous service.
 
This service has no parameters.
 
Return Value
 
This service has no return value.
 
Comments
 
When the BeginProc macro creates a new service, the macro generates a call
to Test_Reenter if the SERVICE attribute is specified with BeginProc and the
DEBUG symbol is defined.
 
See Also
 
BeginProc