GetLPDevice

  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.

Parameters

This function has no parameters.

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