###User Defined Function###
_WinAPI_DeleteObjectID

###Description###
Removes the object identifier from a specified file or directory.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_DeleteObjectID ( $sPath )


###Parameters###
@@ParamTable@@
$sPath
	Path to the file or directory from the object identifier that is to be deleted.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	1.
Failure 	0 and sets the @error flag to non-zero.
@@End@@


###Remarks###
The calling process must have $SE_BACKUP_NAME privilege, otherwise, the function fails, and <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> returns ERROR_ACCESS_DENIED (5).


###Related###


###See Also###
@@MsdnLink@@ FSCTL_DELETE_OBJECT_ID
