###User Defined Function###
_WinAPI_GetDriveType

###Description###
Determines whether a disk drive is a removable, fixed, CD-ROM, RAM disk, or network drive

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_GetDriveType ( [$sDrive = ''] )


###Parameters###
@@ParamTable@@
$sDrive
	[optional] The drive letter to retrieve information, in the format D:, E:, etc.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	The type of drive ($DRIVE_*).
Failure:	0.
@@End@@


###Remarks###
$DRIVE_* constants require #include <APIFilesConstants.au3>


###Related###
None.


###See Also###
@@MsdnLink@@ GetDriveType
