###User Defined Function###
_WinAPI_GetDeviceDriverFileName

###Description###
Retrieves the path available for the specified device driver.

###Syntax###
#include <WinAPIProc.au3>
_WinAPI_GetDeviceDriverFileName ( $hDriver )


###Parameters###
@@ParamTable@@
$hDriver
	The load address of the device driver. This value can be retrieved using the _WinAPI_EnumDeviceDrivers() function.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The path to the device driver.
Failure 	Empty string, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ GetDeviceDriverFileName


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