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