Returns the window-handle (hwnd) from the current browser-window.
#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