Function Reference

_FFWindowGetHandle

Liefert das Window-handle (hwnd) des aktuellen Browser Fenster.

#Include <FF.au3>
_FFWindowGetHandle()

 

Return Value

Success: Returns Window-handle (hwnd)
Failure: Returns "" and sets @ERROR
@ERROR: 0 ($_FF_ERROR_Success)
1 ($_FF_ERROR_GeneralError)

 

Remarks



 

Links


 

Related

_FFWindowClose, _FFWindowSelect, _FFWindowOpen

 

Example