◄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 ♦