Funktionreferenz


_WinAPI_SetProcessWindowStation


Assigns the specified window station to the calling process

#include <WinAPISys.au3>
_WinAPI_SetProcessWindowStation ( $hStation )

Parameter

$hStation Handle to the window station. This window station must be associated with the current session.

Rückgabewert

Success: True
Failure: False

Bemerkungen

None.

Siehe auch

Suche nach SetProcessWindowStation in der MSDN Bibliothek.