Retrieves the fully-qualified path of the module associated with the specified window handle
#include <WinAPIProc.au3>
_WinAPI_GetWindowFileName ( $hWnd )
$hWnd | Handle to the window whose module file name will be retrieved. |
Success: | The full path and file name. |
Failure: | Sets the @error flag to non-zero. |