Re: Trying to use MemoryMappings but having a simple problem...
jklimek_at_gmail.com
Date: 01/05/05
- Previous message: Rob Kennedy: "Re: Trying to use MemoryMappings but having a simple problem..."
- In reply to: Rob Kennedy: "Re: Trying to use MemoryMappings but having a simple problem..."
- Next in thread: Rob Kennedy: "Re: Trying to use MemoryMappings but having a simple problem..."
- Reply: Rob Kennedy: "Re: Trying to use MemoryMappings but having a simple problem..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 4 Jan 2005 17:36:32 -0800
Well, I need to store some data (such as the hook itself) in shared
memory... The actuall call to the procedure could be done through a
message... (I'll have to read up on this... I'm obviously learning as I
go...)
This leads me to a couple of more questions though... (and I thought I
was finished... heh)
1) Will each process that attachs to the DLL and then gets a
MappingHandle (to the shared memory aka file mapping) have the same
handle? (eg. will IntToStr(MappingHandle)) produce the same integer?
2) Same as the above, but will each pointer (eg. HookInformation =
MapViewOfFile()) have the same address?
I'm trying to figure out how I can debug the program...
Thank you --VERY-- much for your help. I really appriciate it.
- Previous message: Rob Kennedy: "Re: Trying to use MemoryMappings but having a simple problem..."
- In reply to: Rob Kennedy: "Re: Trying to use MemoryMappings but having a simple problem..."
- Next in thread: Rob Kennedy: "Re: Trying to use MemoryMappings but having a simple problem..."
- Reply: Rob Kennedy: "Re: Trying to use MemoryMappings but having a simple problem..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|