###Function###
OnAutoItExitUnRegister

###Description###
UnRegisters a function that was called when AutoIt exits.

###Syntax###
OnAutoItExitUnRegister ( "function" )


###Parameters###
@@ParamTable@@
function
	The name of the user function that was called.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	1.
Failure:	0.
@@End@@


###Remarks###
None.


###Related###
OnAutoItExitRegister


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