WTSEnumerateProcesses (wtsapi32)
Last changed: -131.173.120.173

.
Summary
TODO - a short description

C# Signature:

[DllImport("wtsapi32.dll", SetLastError=true)]
static extern TODO WTSEnumerateProcesses(TODO);

VB Signature:

    Private Declare Function WTSEnumerateProcesses Lib "wtsapi32.dll" ( _
    ByVal hServer As Int32, _
    ByVal Reserved As Int32, _
    ByVal Version As Int32, _
    ByRef ppProcessInfo As IntPtr, _
    ByRef pCount As Int32) As Int32

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