|
-
Nov 18th, 2000, 01:10 PM
#1
Thread Starter
New Member
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.
-
Nov 19th, 2000, 12:40 PM
#2
If all you want to do is know what's in lParam, then simply use the Print statement.
-
Nov 19th, 2000, 12:41 PM
#3
Junior Member
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]>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|