WTSGetActiveConsoleSessionId (kernel32)
Last changed: s_verdiesen@hotmail.com-89.146.46.169

.
Summary
TODO - a short description

C# Signature:

[DllImport("kernel32.dll")]

static extern int WTSGetActiveConsoleSessionId();

VB .NET Signature:

TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

int currentSessionId = WTSGetActiveConsoleSessionId();

Alternative Managed API:

TODO

Documentation