[This is preliminary documentation and subject to change.]
Retrieves the full path and file name of the module associated with the given window handle.
UINT WINAPI GetWindowModuleFileName(
HWND hwnd,
LPTSTR lpszFileName,
UINT cchFileNameMax
);
Returns a value representing the total number of characters copied into the buffer.