Results 1 to 3 of 3

Thread: pointers

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    3

    Post

    I need to get the value of a pointer. I have the address of the pointer but i wish to get the information in the pointer's memory case.

    I have a lParam parameter and i wish to know what is in it.


  2. #2
    Guest
    If all you want to do is know what's in lParam, then simply use the Print statement.
    Code:
    Debug.Print lParam

  3. #3
    Junior Member
    Join Date
    Mar 2000
    Location
    India, Visakhapatnam
    Posts
    19
    if you know to what type of data lparam points to then you can use the CopyMemory Api to retrieve its contents.

    reply to
    <[email protected]>
    Dinesh
    reply to
    <[email protected]>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width