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.
Allocate_PM_App_CB_Area
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     ecx, Size           ; number of bytes to reserve
VMMcall Allocate_PM_App_CB_Area
 
mov     [acb], eax          ; offset of application control block
 
The Allocate_PM_App_CB_Area service allocates space in the control block of
the current virtual machine for an protected-mode application control
block.
 
This service is only available during initialization.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
Size       Specifies the number of bytes to reserve for the control block.
 
Return Value
 
The EAX register contains the offset from the beginning of the virtual
machine control block to the protected-mode application control block.
 
Uses
 
EAX
 
See Also
 
Application_Control_Block