Hi!
In some source codes, I have seen API used like this:
SendMessage(rtfText.hwnd, EM_GETMODIFY, 0&, 0&)
What is "&" doing here? I mean if I remove he "&" sign
code still works.
SendMessage(rtfText.hwnd, EM_GETMODIFY, 0, 0)
Is there any difference?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: Proper way of invoking APIThreaded View
|
Click Here to Expand Forum to Full Width |