###User Defined Function###
_WinAPI_FindCloseChangeNotification

###Description###
Stops change notification handle monitoring.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_FindCloseChangeNotification ( $hChange )


###Parameters###
@@ParamTable@@
$hChange
	A handle to a change notification handle created by the _WinAPI_FindFirstChangeNotification() function.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True.
Failure 	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ FindCloseChangeNotification


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