###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:	Returns 1.
Failure:	Returns 0.
@@End@@


###Remarks###

###Related###
OnAutoItExitRegister


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