ProcessInfo (coredll)
Last changed: -80.87.224.93

.
Summary
TODO - a short description

C# Signature:

    [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
    struct PROCESSINFO
    {
    IntPtr hProcess;
    IntPtr hThread;
    Int32 dwProcessId;
    Int32 dwThreadId;
    }

VB Signature:

Declare Function ProcessInfo Lib "coredll.dll" (TODO) As TODO

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
ProcessInfo on MSDN