Re: Trying to use MemoryMappings but having a simple problem...

jklimek_at_gmail.com
Date: 01/05/05

  • Next message: chuayongquan_at_hotmail.com: "Re: How to use ZLib to zip up a folder in Delphi 2005???"
    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.


  • Next message: chuayongquan_at_hotmail.com: "Re: How to use ZLib to zip up a folder in Delphi 2005???"

    Relevant Pages