###User Defined Function###
_WinAPI_LoadCursorFromFile

###Description###
Creates a cursor based on data contained in a file.

###Syntax###
#include <WinAPIRes.au3>
_WinAPI_LoadCursorFromFile ( $sFile )


###Parameters###
@@ParamTable@@
$sFile
	The file data to be used to create the cursor. The data in the file must be in either .CUR or .ANI format.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	Handle to the new cursor.
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ LoadCursorFromFile


###Example###
@@IncludeExample@@
