user32: Implement GetWindowModuleFileName with tests

Dmitry Timoshkov dmitry at codeweavers.com
Fri Feb 8 07:20:49 CST 2008


> +    hproc = OpenProcess(PROCESS_QUERY_INFORMATION, 0, pid);

After reading MSDN and guessing from the API name shouldn't it
simply fetch GWL_HINSTANCE and call GetModuleFileName on it?

-- 
Dmitry.



More information about the wine-devel mailing list