SetThreadDesktop (user32)
Last changed: -216.135.170.34

.
Summary

C# Signature:

[DllImport("user32.dll", SetLastError = true)]
static extern bool SetThreadDesktop(IntPtr hDesktop);

VB.Net Signature:

<DllImport("user32.dll", SetLastError := True)> _
Public Shared Function SetThreadDesktop(ByVal hDesktop As IntPtr) As Boolean
End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation