###User Defined Function###
_WinAPI_DefineDosDevice

###Description###
Defines, redefines, or deletes MS-DOS device names.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_DefineDosDevice ( $sDevice, $iFlags [, $sPath = ''] )


###Parameters###
@@ParamTable@@
$sDevice
	The name of the MS-DOS device.
$iFlags
	This parameter can be one or more of the following values.
	$DDD_EXACT_MATCH_ON_REMOVE
	$DDD_NO_BROADCAST_SYSTEM
	$DDD_RAW_TARGET_PATH
	$DDD_REMOVE_DEFINITION
$sPath
	[optional] The path that will implement device.
@@End@@

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


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ DefineDosDevice


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