###User Defined Function###
_WinAPI_QueryDosDevice

###Description###
Retrieves the current mapping for a particular MS-DOS device name.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_QueryDosDevice ( $sDevice )


###Parameters###
@@ParamTable@@
$sDevice
	The name of the MS-DOS device.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The current mapping for the specified device. If the $sDevice parameter is empty string, return array
	of all existing MS-DOS device names (for example, "\Device\HarddiskVolume1" or "\Device\Floppy0").
	The zeroth array element contains the number of names.
Failure 	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ QueryDosDevice


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