What meaning

  • Thread starter Thread starter xcweibing
  • Start date Start date
X

xcweibing

HI,
I find this code ,who can translate for me?

WM_MOUSEWHEEL
fwKeys = LOWORD(wParam); /* key flags */
zDelta = (short) HIWORD(wParam);
/* wheel rotation */
xPos = (short) LOWORD(lParam);
/* horizontal position of pointer */
yPos = (short) HIWORD(lParam);
/* vertical position of pointer */

Thanks in advance
 
The synatx is Not VB/VBA. More likely C/C++/C# or Java. It appears to be an
API call but there must be mrore to it than what you have posted.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top