|
Step 1: PE_BEGININPUT Submessage
Immediately upon calling DoDefaultPenInput, an application receives a WM_PENEVENT message with a PE_BEGININPUT
submessage. Sending WM_PENEVENT and PE_BEGININPUT via the SendMessage function is the equivalent of calling DoDefaultPenInput. The caller should not trap the PE_BEGININPUT submessage because DefWindowProc starts the chain of events based on this message. The application should
complete all its initialization work before calling DoDefaultPenInput.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|