Re: user32: Implement GetWindowModuleFileName with tests (try 2)

2008-03-31 Thread Dmitry Timoshkov
"Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote: >> This won't work across processes. > > Looks like GetWindowModuleFileName is not supposed to work for other > process windows, at least in the following snippet both GetWindowLongPtr > and GetWindowModuleFileName return 0 but don't change the last e

Re: user32: Implement GetWindowModuleFileName with tests (try 2)

2008-03-31 Thread Dmitry Timoshkov
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote: > "Maarten Lankhorst" <[EMAIL PROTECTED]> writes: > >> @@ -3121,9 +3133,21 @@ UINT WINAPI GetWindowModuleFileNameA( HWND hwnd, >> LPSTR lpszFileName, UINT cchFil >> */ >> UINT WINAPI GetWindowModuleFileNameW( HWND hwnd, LPWSTR lpszFileName, UINT

Re: user32: Implement GetWindowModuleFileName with tests (try 2)

2008-02-15 Thread Alexandre Julliard
"Maarten Lankhorst" <[EMAIL PROTECTED]> writes: > @@ -3121,9 +3133,21 @@ UINT WINAPI GetWindowModuleFileNameA( HWND hwnd, LPSTR > lpszFileName, UINT cchFil > */ > UINT WINAPI GetWindowModuleFileNameW( HWND hwnd, LPWSTR lpszFileName, UINT > cchFileNameMax) > { > -FIXME("GetWindowModuleFil