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 "SuspendThread" in [All]

kernel32

.

          SuspendThread(pOpenThread);

.
Summary
.

static extern int SuspendThread(IntPtr hThread);

.

Function SuspendThread(hThread As IntPtr ) As Integer

.

static extern int SuspendThread(IntPtr hThread);

.

           if (SuspendThread(threadHandle) == -1) // If the result is -1, the funtion has failed

.
Documentation
[SuspendThread] on MSDN

 
Access PInvoke.net directly from VS: