Funktionreferenz


_WinAPI_CloseWindowStation


Closes an open window station handle

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

Parameter

$hStation Handle to the window station to be closed.

Rückgabewert

Success: True.
Failure: False, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

The _WinAPI_CloseWindowStation() function will fail if the handle being closed is for the window station assigned to the calling process.

Verwandte Funktionen

_WinAPI_CreateWindowStation, _WinAPI_OpenWindowStation

Siehe auch

Suche nach CloseWindowStation in der MSDN Bibliothek.