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.
Application_Control_Block
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     esi, OFFSET32 acb
mov     eax, [esi+PMCB_Flags]       ; application flags
mov     eax, [esi+PMCB_Parent]      ; application parent
 
The application control block contains information about a protected-mode
application. Virtual devices can use the following offsets to access
information in the control block:
 
Offset       Description
────────────────────────────────────────────────────────────────────────────
PMCB_Flags   Specifies the control block flags.
 
PMCB_Parent  Specifies the parent of the protected-mode application.
 
See Also
 
Get_Cur_PM_App_CB, Control_Block