###User Defined Function###
_WinAPI_BackupReadAbort

###Description###
Finishes the use of _WinAPI_BackupRead() on the handle.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_BackupReadAbort ( ByRef $pContext )


###Parameters###
@@ParamTable@@
$pContext
	A pointer to an internal data structure used by <a href="_WinAPI_BackupRead.htm">_WinAPI_BackupRead()</a> function to maintain context information during a backup operation.
@@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###
_WinAPI_BackupRead


###See Also###
@@MsdnLink@@ BackupRead


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