###User Defined Function###
_WinAPI_GetDriveBusType

###Description###
Retrieves a bus type for the specified drive

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_GetDriveBusType ( $sDrive )


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

###ReturnValue###
@@ReturnTable@@
Success:	The bus type constant ($DRIVE_BUS_TYPE_*).
Failure:	(-1) and sets the @error flag to non-zero.
@@End@@


###Remarks###
This function works with the Plug and Play drivers only.


###Related###
$DRIVE_BUS_TYPE_* constants require #include <APIFilesConstants.au3>


###See Also###
@@MsdnLink@@ IOCTL_STORAGE_QUERY_PROPERTY


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