Results 1 to 2 of 2

Thread: SendMessageCallback

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Location
    Norway
    Posts
    112

    Question

    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.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    May 2000
    Location
    Norway
    Posts
    112
    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
  •  



Click Here to Expand Forum to Full Width