• 0

Declaring SendMessage API


Question

1 answer to this question

Recommended Posts

  • 0

Here it is:

<pre>

Private Declare Function SendMessage Lib "User32" _

    Alias "SendMessageA" _

    (ByVal hWnd As Long, _

     ByVal wMsg As Long, _

     ByVal wParam As Long, _

     ByVal lParam As Long) As Long



</pre>

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.