Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'wm_copydata'

1470964 - segin: msn winamp interface messenger psymp3 wm_copydata
  1. Function WAIntProc StdCall(hWnd As HWND, uMsg As UINT, wParam As WPARAM, lParam As LPARAM) As LRESULT
  2.         Printf(!"hwnd = %#x, umsg = %d, wParam = %#x, lParam = %#x\n",hWnd, uMsg, wParam, lParam)
  3.         Static As Integer msgptr, lastcall
  4.         Static As ZString * 4096 buf
  5.         Select Case uMsg
  6.                 Case 273 ' Remote control function s
  7.                         Select Case As Const wParam
  8.                                 Case &h9c70
  9.  
1468432 - segin: msn winamp interface messenger psymp3 wm_copydata
  1. Function WAIntProc StdCall(hWnd As HWND, uMsg As UINT, wParam As WPARAM, lParam As LPARAM) As LRESULT
  2.    Printf(!"hwnd = %#x, umsg = %d, wParam = %#x, lParam = %#x\n",hWnd, uMsg, wParam, lParam)
  3.    Select Case uMsg
  4.       Case WM_USER
  5.          printf(!"WM_USER caught.\n")
  6.    End Select
  7. End Function
  8.  
  9.