SpSetFocus: Difference between revisions
Appearance
Created page with "This function sets the focus window. '''Syntax:''' success = spSetFocus ( [ [ hwndDesktop ] , ] hwnd ) '''Parameter:''' * hwndDesktop – Desktop window handle. If omitted ..." |
m Martini moved page OS2 API:spSetFocus to OS2 API:SPUTILS:spSetFocus |
(No difference)
|
Revision as of 04:20, 29 June 2016
This function sets the focus window.
Syntax: success = spSetFocus ( [ [ hwndDesktop ] , ] hwnd )
Parameter:
- hwndDesktop – Desktop window handle. If omitted the default desktop handle (HWND_DESKTOP) will be used.
- hwnd – Window handle to receive the focus.
Returns:
True (1) – Successful completion. False (0) – Error occurred.