static extern IntPtr GetThreadDesktop(uint dwThreadId);
Public Shared Function GetThreadDesktop(<MarshalAs(UnmanagedType.I4)> ByVal dwThreadId As Integer) As IntPtr