include vmm.inc
mov edi, [hThread]
VMMCall Test_Initial_Thread_Handle
je Is_Initial_Thread
Determines if the thread identified by hThread was the initial thread for a VM. Uses Flags.
This service can be called at interrupt time.