THREADENTRY32 (kernel32)
Last changed: -85.217.220.130

.
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