NativeAPILhIsThreadIntercepted Method  | 
  
    Namespace: 
   EasyHook
    Assembly:
   EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntaxpublic static void LhIsThreadIntercepted(
	IntPtr InHandle,
	int InThreadID,
	out bool OutResult
)
Public Shared Sub LhIsThreadIntercepted ( 
	InHandle As IntPtr,
	InThreadID As Integer,
	<OutAttribute> ByRef OutResult As Boolean
)
public:
static void LhIsThreadIntercepted(
	IntPtr InHandle, 
	int InThreadID, 
	[OutAttribute] bool% OutResult
)
static member LhIsThreadIntercepted : 
        InHandle : IntPtr * 
        InThreadID : int * 
        OutResult : bool byref -> unit 
Parameters
- InHandle
 - Type: SystemIntPtr
 - InThreadID
 - Type: SystemInt32
 - OutResult
 - Type: SystemBoolean
 
See Also