###User Defined Function###
_WinAPI_BackupWriteAbort

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

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


###Parameters###
@@ParamTable@@
$pContext
	A pointer to an internal data structure used by _WinAPI_BackupWrite() function to maintain context
	information during a restore 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_BackupWrite


###See Also###
@@MsdnLink@@ BackupWrite


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