UpdatePenInfo  
1.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.
void 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