###User Defined Function###
_WinAPI_CloseWindowStation

###Description###
Closes an open window station handle.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_CloseWindowStation ( $hStation )


###Parameters###
@@ParamTable@@
$hStation
	Handle to the window station to be closed.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True.
Failure 	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
The <a href="_WinAPI_CloseWindowStation.htm">_WinAPI_CloseWindowStation()</a> function will fail if the handle being closed is for the window station assigned to the calling process.


###Related###
_WinAPI_OpenWindowStation, _WinAPI_CreateWindowStation


###See Also###
@@MsdnLink@@ CloseWindowStation
