|
GetPenAppFlags
2.0
GetPenAppFlags returns task pen flags cached by RegisterPenApp.
UINT GetPenAppFlags( )
Return Value
GetPenAppFlags returns the flags set by RegisterPenApp for the current task. It extends and replaces the functionality of the
version 1.0 function IsPenAware, which will not be supported in future versions of the Pen API.
Applications written specifically for Windows 95 and later versions
automatically get RPA_DEFAULT so that any edit controls created by such applications
automatically become pen-aware.
If the registration cache has been destroyed (which indicates PENWIN.DLL has
been unloaded), this function returns 0.
See Also
RegisterPenApp, IsPenAware
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|