What is the address of Heap created by HeapCreate() function?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • monalikolhe
    New Member
    • Jan 2010
    • 5

    What is the address of Heap created by HeapCreate() function?

    can any1 plz tell me, waht is the address of private Heap created by HeapCreate() function?
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    It could be any address in the virtual address space of your process. You strictly don't need to know that information to use the provate heap.

    Comment

    Working...