Re: get a window handle from an Instance handle
From: Gary Chanson (gchanson_at_No.Spam.TheWorld.net)
Date: 07/13/04
- Next message: Gary Chanson: "Re: How to locate compiled binary code relative to source code?"
- Previous message: Douglas Peterson: "Named (by string) block of memory accessable by all units in the process"
- In reply to: David Liebtag: "Re: get a window handle from an Instance handle"
- Next in thread: Arkady Frenkel: "Re: get a window handle from an Instance handle"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Jul 2004 11:37:56 -0400
"David Liebtag" <DavidLiebtag@vermontel.net> wrote in message
news:1089730848.321224@jabba.vermontel.net...
> I don't know, but I never thought that module handles were the same as
> process IDs.
No. A Process ID is a system-wide unique identifier for the process. A
module handle is simply the virtual load address of the module and most
programs have the same value (typically 0x400000).
-- -GJC [MS Windows SDK MVP] -Software Consultant (Embedded systems and Real Time Controls) - http://www.mvps.org/ArcaneIncantations/consulting.htm -gchanson@mvps.org
- Next message: Gary Chanson: "Re: How to locate compiled binary code relative to source code?"
- Previous message: Douglas Peterson: "Named (by string) block of memory accessable by all units in the process"
- In reply to: David Liebtag: "Re: get a window handle from an Instance handle"
- Next in thread: Arkady Frenkel: "Re: get a window handle from an Instance handle"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|