Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
GetLPDevice
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
LPPDEVICE GetLPDevice(VOID);
 
The GetLPDevice function retrieves a pointer to the display driver's
physical device structure (PDEVICE). The Recognition Context Manager (RC)
for Pen computing calls this function when preparing to ink.
 
Display drivers that support Pen computing must export the GetLPDevice
function.
 
Return Value
 
The return value is a 32-bit pointer to the physical-device structure
(PDEVICE).
 
Comments
 
The export ordinal for this function is 601.
 
The RC Manager uses the pointer in subsequent calls to the display driver's
Output function. When the RC Manager has pen strokes to draw, it calls
Output using the OS_POLYLINE parameter.
 
See Also
 
InkReady, Output