Computer Science, asked by kavithaurs7853, 11 months ago

Explain in detail about the Windows Message Structure and Windows Procedure.

Answers

Answered by sharathkumar85
0

Although the MSG structure contains information about the message, you will almost never examine this structure directly. Instead, you will pass it directly to two other functions. ... The DispatchMessage function tells the operating system to call the window procedure of the window that is the target of the message

Similar questions