DRV_OEMPENINFO

typedef struct {
  DWORD wPdt;
  DWORD wValueMax;
  DWORD wDistinct;
} DRV_OEMPENINFO;
 

OEM-specific pen information structure that the virtual pen driver and pen driver use.

wPdt
Pen data type. (See the description of PHW_ values in the Programmer's Guide to Pen Services for Windows 95 or the list in the PENWIN.H file.)
wValueMax
Largest returnable value by device; this value depends on the pen data type specified in the wPdt member.
wDistinct
Number of distinct reading possible; this value depends on the pen data type specified in the wPdt member.