###User Defined Function###
_WinAPI_DeleteVolumeMountPoint

###Description###
Deletes a drive letter or mounted folder.

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


###Parameters###
@@ParamTable@@
$sPath
	The drive letter or mounted folder to be deleted (for example, X:\ or Y:\MountX\).
@@End@@

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


###Remarks###
Deleting a mounted folder does not cause the underlying directory to be deleted.


###Related###


###See Also###
@@MsdnLink@@ DeleteVolumeMountPoint
