Get_Next_Thread_Handle


include vmm.inc

VMMCall Get_Next_Thread_Handle
mov     [hThread], edi

Retrieves the handle of the next thread in the current virtual machine. If the current thread is the last thread, the service retrieves the handle off the first thread in the next virtual machine. Uses EDI and Flags.

This service can be called at interrupt time.