|
-
Jul 6th, 2000, 03:00 AM
#1
Thread Starter
Lively Member
Anyone familiar with this API?
I think I've found the right parameters of the callback function:
Code:
Function MyCallBackFunc(ByVal hwnd As Long, ByVal umsg As Integer, dwData As Long, lresult As Long) As Long
I don't know if this is right, because if I try to access the parameters dwData or lresult I get a visit from Dr. Watson.
Can anyone help me out here?
I need to be able to send some INFO through the dwData parameter to the callback routine.
-
Jul 6th, 2000, 03:14 AM
#2
Thread Starter
Lively Member
Found it:
Code:
Function MyCBFunc(ByVal hwnd As Long, ByVal umsg As Long, ByVal dwData As Long, ByVal lresult As Long) As Long
Hope this helps for Antonio Begue.
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
|