Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetThreadContext" in [All]

kernel32

.
Summary
.

static extern bool GetThreadContext(IntPtr hThread, ref CONTEXT lpContext);

.

static extern bool GetThreadContext(IntPtr hThread, ref CONTEXT64 lpContext);

.

Here are the structures and enums used by GetThreadContext:

.

     static extern bool GetThreadContext (IntPtr hThread, ref CONTEXT lpContext);

.

     if (GetThreadContext(hThread, ref context))

.
Documentation
[GetThreadContext] on MSDN
.

    if ( !GetThreadContext( GetCurrentThread(), ref cntx ) )

.

<DllImport("kernel32.dll", EntryPoint:="Wow64GetThreadContext"), SuppressUnmanagedCodeSecurity> _

.

    Private Shared Function Wow64GetThreadContext( _


 
Access PInvoke.net directly from VS: