Jump to content

SpQueryActiveWindow

From EDM2
Revision as of 23:44, 26 February 2017 by Ak120 (talk | contribs)

This function returns the active window for HWND_DESKTOP, or other parent window.

Syntax: hwnd = spQueryActiveWindow ( [ hwndParent ] )

Parameter: hwndParent – Parent-window handle for which the active window is required. If ommited.

Returns:

  • 0 – No window is active.
  • >0 – Active-window handle.