Results 1 to 2 of 2

Thread: Question with CallWindowProc

  1. #1

    Thread Starter
    Fanatic Member daimous's Avatar
    Join Date
    Aug 2005
    Posts
    657

    Question with CallWindowProc

    hi guys! I have a question? Is CallWindowProc can accept only 4 arguments that will be pass to the function that I will be calling? Based from this thread. Thanks in advance!

  2. #2
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: Question with CallWindowProc

    CallWindowProc has 5 arguments.
    Code:
    Declare Function CallWindowProc Lib "user32" Alias "CallWindowProcA" (ByVal lpPrevWndFunc As Long, ByVal hwnd As Long, ByVal Msg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long

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