Test_Sys_Thread_Handle

include vmm.inc

mov     edi, hThread
VMMCall Test_Sys_Thread_Handle
je      Is_System_Thread
 

Determines whether the thread identified by hThread is the system thread. Uses Flags.

hThread
Handle of the thread to test. This must be a valid thread handle.

This service can be called at interrupt time.