TerminalServices (wtsapi32)
Last changed: -72.29.170.36

.

Summary:

Here is the great article published at codeproject: https://www.codeproject.com/Articles/111430/Grabbing-Information-of-a-Terminal-Services-Sessio

C# Signature:

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

VB Signature:

Declare Function TerminalServices Lib "wtsapi32.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