"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
"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
"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