include vmm.inc mov esi, Buffer VMMcall Restore_Client_State
Restores a virtual machine execution state that was saved using the Save_Client_State service. Uses Flags
Buffer
Address of the buffer containing the client state previously saved using the Save_Client_State service.
This service can have the following side effects:
This service is typically not called directly; a virtual device typically uses the Pop_Client_State macro which, in turn, calls this service.
See also Call_Priority_VM_Event, Save_Client_State