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