###User Defined Function###
_WinAPI_GetLogicalDrives

###Description###
Retrieves a bitmask representing the currently available disk drives.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_GetLogicalDrives (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	The value is a bitmask representing the currently available disk drives. Bit position 0 (the least-significant bit)
	is drive A, bit position 1 is drive B, bit position 2 is drive C, and so on.
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetLogicalDrives
