@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CloseWindowStation API !!!!C# Signature: [return: MarshalAs(UnmanagedType.Bool)] [ReliabilityContract(Consistency.WillNotCorruptState, Cer.MayFail)] [DllImport("user32", CharSet = CharSet.Unicode, SetLastError = true)] public static extern bool CloseWindowStation(IntPtr hWinsta); !!!!User-Defined Types: None. !!!!Notes: See user32.OpenWindowStation@pinvoke and user32.GetProcessWindowStation@pinvoke !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some!. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Documentation: * CloseWindowStation@msdn on MSDN * OpenWindowStation@msdn on MSDN * GetProcessWindowStation@msdn on MSDN
Edit user32.closewindow
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.