Get_PSP_Segment


include vmm.inc

VMMcall Get_PSP_Segment

mov     [PSP], eax          ; segment address of PSP

Returns the segment address of program segment prefix (PSP) for the Windows virtual machine manager (VMM32.VSD). This service is only available during initialization. Uses EAX, Flags.

Virtual devices typically use this service to retrieve values from the PSP that can not be retrieved using the Get_Exec_Path and Get_Environment_String services.

See also Get_Environment_String, Get_Exec_Path