Bios Configuration Application Programming Interfaces; Version Information - Fujitsu Stylistic 2300 Technical Reference Manual

Hide thumbs Also See for Stylistic 2300:
Table of Contents

Advertisement

Chapter 8

BIOS Configuration Application Programming Interfaces

This chapter describes application programming interfaces (APIs) that allow Windows applications to
configure BIOS settings. These APIs include functions in the following dynamic-link libraries (DLLs):
• SET3223.DLL
32-bit DLL
• SET1623.DLL
16-bit "helper" DLL
• SETUP23.DLL
16-bit DLL
These DLLs include functions that can be called from 16-bit and 32-bit Windows applications to configure
BIOS parameters for the Stylistic 2300 pen tablet.
Functions, as described in this chapter, are the same for both 16-bit and 32-bit DLLs. To use these
functions with your 16-bit application:
• Include the header file SETUP23.H in your program source code.
• Ensure that the file SETUP23.DLL is in the C:\WINDOWS\SYSTEM directory on your system at run
time.
To use these functions with your 32-bit application:
• Include the header file SET3223.H in your program source code.
• Ensure that the files SET3223.DLL, SET1623.DLL, and SETUP23.DLL are in the
C:\WINDOWS\SYSTEM directory on your system at run time.
The DLL files are preinstalled on the system. Header files for this API are distributed on the pen tablet's
hard disk in the C:\FPSI2300\DEV directory.
Function prototypes for these APIs are written in the C programming language and are described in this
guide using C syntax. Although ideally suited for program development using a compiler that supports
the ANSI C or C++ standard, these functions can be called from applications developed in other
programming languages, such as Microsoft Visual Basic, which allow you to use DLLs. Refer to the
documentation for your programming language for details on calling functions in DLLs.

Version Information

Version information for both SETUP23.DLL and SET3223.DLL can be obtained by calling the
GetFileVersionInfo and GetFileVersionInfoSize functions supplied in the Microsoft Visual C++
development library.
Note:
Version information can also be viewed by selecting the file and carrying out the Properties command in
Windows.
Microsoft Corp. Exhibit 1020
8-1

Advertisement

Table of Contents
loading

Table of Contents