Desktop Functions: Smart Device Functions:
|
Search Results for "SuspendThread" in [All]kernel321: OpenThread
SuspendThread(pOpenThread);
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 |