Test_Initial_Thread_Handle

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.

hThread
Handle of the thread to test.

This service can be called at interrupt time.