Validate_Thread_Handle

include vmm.inc

mov     edi, [hThread]
VMMCall Validate_Thread_Handle
jc      Invalid_Handle
 

Tests validity of thread identified by hThread. Uses Flags.

hThread
Handle of thread being tested.

This service can be called at interrupt time.