Funktionreferenz


_WinAPI_GetWindowFileName


Retrieves the fully-qualified path of the module associated with the specified window handle

#include <WinAPIProc.au3>
_WinAPI_GetWindowFileName ( $hWnd )

Parameter

$hWnd Handle to the window whose module file name will be retrieved.

Rückgabewert

Success: The full path and file name.
Failure: Sets the @error flag to non-zero.

Bemerkungen

None.