###Keyword###
#OnAutoItStartRegister

###Description###
Registers a function to be called when AutoIt starts.

###Syntax###
<b>#OnAutoItStartRegister</b> "function"


###Parameters###
@@ParamTable@@
function
	The name of the user function to call.
@@End@@

###Remarks###
The function cannot reference any variables defined in an <a href="include.htm">#include</a>.

###Related###
OnAutoItExitRegister


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