Programmable Hotpad Libraries For 32-Bit Windows Applications; Hotpad Notification - Fujitsu Stylistic 2300 Technical Reference Manual

Hide thumbs Also See for Stylistic 2300:
Table of Contents

Advertisement

Chapter 10

Programmable Hotpad Libraries for 32-Bit Windows Applications

This chapter provides details on using libraries that allow 32-bit Windows applications to use the
programmable hotpad on the pen tablet. (Refer to "Programmable Hotpad Libraries for 16-bit Windows
Applications" on page 9-1 if you are developing a 16-bit application that will use the programmable
hotpad.)
These library files are preinstalled in the C:\WINDOWS\SYSTEM directory. Copies of these files are also
stored in the C:\FPSI2300\DEV\HOTPAD\directory. The following two libraries allow you to use the
programmable hotpad with 32-bit applications:
• HOTPAD32.DLL
A dynamic-link library.
• HOTPAD32.LIB
A static library which allows your application to link to HOTPAD.DLL.
Functions described in this chapter are the same for both of these libraries. Use one of these libraries
depending on whether you want to use dynamic or static linking in your application.
To use dynamic linking:
• Include the header file HOTPAD32.H in the program code for your application.
• The file HOTPAD32.DLL must be in the C:\WINDOWS\SYSTEM directory at run time.
To use static linking:
• Include the file HOTPAD32.LIB in your program code.
• The file HOTPAD32.DLL must be in the C:\WINDOWS\SYSTEM directory at run time.
Note:
The DLL is still used at run time when you use static linking. Using static linking resolves calls to the
DLL when your program is compiled.

Hotpad Notification

Applications using this DLL are notified when a hotpad event occurs (when the programmable hotpad is
tapped) using a notification message sent to the window procedure of the application.
Hotpad notification is enabled and disabled using the following functions:
• SetHotpadNotification
This function enables hotpad notification for the calling application.
• KillHotpadNotification
This function disables hotpad notification for the calling application.
These functions are described in the following sections.
Note:
Hotpad notification using a call-back function is not supported by HOTPAD32.DLL.
Microsoft Corp. Exhibit 1020
10-1

Advertisement

Table of Contents
loading

Table of Contents