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