Funktionreferenz


_WinAPI_SetActiveWindow


Activates the specified window

#include <WinAPISys.au3>
_WinAPI_SetActiveWindow ( $hWnd )

Parameter

$hWnd Handle to the top-level window to be activated.

Rückgabewert

Success: Handle to the window that was previously active.
Failure: 0, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

None.

Siehe auch

Suche nach SetActiveWindow in der MSDN Bibliothek.