| NativeAPILhBarrierGetCallingModule Method  | 
  
    Namespace: 
   EasyHook
    Assembly:
   EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
 Syntax
Syntaxpublic static void LhBarrierGetCallingModule(
	out IntPtr OutValue
)
Public Shared Sub LhBarrierGetCallingModule ( 
	<OutAttribute> ByRef OutValue As IntPtr
)
public:
static void LhBarrierGetCallingModule(
	[OutAttribute] IntPtr% OutValue
)
static member LhBarrierGetCallingModule : 
        OutValue : IntPtr byref -> unit 
Parameters
- OutValue
- Type: SystemIntPtr
 
 See Also
See Also