@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Diagnostics; [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] public struct THREADENTRY32 { internal UInt32 dwSize; internal UInt32 cntUsage; internal UInt32 th32ThreadID; internal UInt32 th32OwnerProcessID; internal UInt32 tpBasePri; internal UInt32 tpDeltaPri; internal UInt32 dwFlags; } !!!!VB Signature: <StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Auto)> _ Public Structure THREADENTRY32 Friend dwSize As UInt32 Friend cntUsage As UInt32 Friend th32ThreadID As UInt32 Friend th32OwnerProcessID As UInt32 Friend tpBasePri As UInt32 Friend tpDeltaPri As UInt32 Friend dwFlags As UInt32 End Structure !!!!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: THREADENTRY32@msdn on MSDN
Edit kernel32.THREADEN...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.