Funktionreferenz


_WinAPI_GetActiveWindow


Retrieves the window handle to the active window attached to the calling process's message queue

#include <WinAPISys.au3>
_WinAPI_GetActiveWindow ( )

Parameter

None.

Rückgabewert

Success: Handle to the active window attached to the calling process's message queue.
Failure: 0.

Bemerkungen

None.

Siehe auch

Suche nach GetActiveWindow in der MSDN Bibliothek.