Re: Fwd: SetShellWindow() [resend]
Aug. 26, 2003
7:39 p.m.
Martin Fuchs <martin-fuchs(a)gmx.net> writes:
+/* globally stored shell window handles */ + +static HWND hwndShellWindow = 0; +static HWND hwndShellListView = 0; + +/* id of the process, which currently owns the shell window */ +static DWORD pidShellWindow = 0;
You must not store handles or pids in the server, you should store pointers to the server objects, and properly handle the case where the corresponding window or process gets destroyed. -- Alexandre Julliard julliard(a)winehq.com
8248
Age (days ago)
8248
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard