###User Defined Function###
_WinAPI_SetFocus

###Description###
Sets the keyboard focus to the specified window

###Syntax###
#include <WinAPI.au3>
_WinAPI_SetFocus ( $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Identifies the window that will receive the keyboard input. If this parameter is 0, keystrokes
	are ignored.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	The handle of the window that had the keyboard focus
Failure:	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None.


###Related###


###See Also###
@@MsdnLink@@ SetFocus
