Assigns the specified window station to the calling process
#include <WinAPISys.au3>
_WinAPI_SetProcessWindowStation ( $hStation )
$hStation | Handle to the window station. This window station must be associated with the current session. |
Success: | True |
Failure: | False |
Search SetProcessWindowStation in MSDN Library.