Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is the definition of <<16|3
#2
wParam contains message code (eg LBN_SELCHANGE) in high order word and control id (eg 3) in low order word.
To match wParam, we place a message code in high order word (LBN_SELCHANGE<<16) and control id in low order word (|3).


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)