WOW64 (kernel32)
Last changed: -70.59.90.16

.
Summary
TODO - a short description

C# Signature:

[DllImport("kernel32.dll")]
private static extern bool Wow64SetThreadContext(IntPtr thread, int[] context);

VB Signature:

<DllImport("kernel32.dll", EntryPoint:="Wow64GetThreadContext"), SuppressUnmanagedCodeSecurity> _
    Private Shared Function Wow64GetThreadContext( _
    ByVal thread As IntPtr, _
    ByVal context As Integer()) As Boolean
    End Function

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation