|
UpdatePenInfo
- 0 2.0
Notifies the RC Manager that a PENINFO value has changed. This function is called by pen drivers compatible with
version 1.0 of the Pen API.
Note This function is provided only for compatibility with version 1.0 of the Pen
API and will not be supported in future versions.
UpdatePenInfo( LPPENINFO lppeninfo )
Parameters
lppeninfo
Address of a PENINFO structure containing the new information.
Return Value
This function does not return a value.
Comments
A PENINFO value may change when the user alters the driver parameters in the
configuration dialog box. When this happens, the pen driver must call UpdatePenInfo to notify the RC Manager of the change.
See Also
PENINFO
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
|