8-1
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
Содержание Stylistic 2300
Страница 1: ...Microsoft Corp Exhibit 1020 ...
Страница 8: ...viii Microsoft Corp Exhibit 1020 ...
Страница 10: ...x Microsoft Corp Exhibit 1020 ...
Страница 18: ...1 4 Pen Tablet Features Microsoft Corp Exhibit 1020 ...
Страница 42: ...Microsoft Corp Exhibit 1020 ...
Страница 60: ...3 40 Configuring the Stylistic 2300 Pen Tablet System Microsoft Corp Exhibit 1020 ...
Страница 61: ...Microsoft Corp Exhibit 1020 ...
Страница 63: ...Microsoft Corp Exhibit 1020 ...
Страница 74: ...5 10 Hardware Specifications Microsoft Corp Exhibit 1020 ...
Страница 76: ...Microsoft Corp Exhibit 1020 ...
Страница 77: ...Microsoft Corp Exhibit 1020 ...
Страница 78: ...Microsoft Corp Exhibit 1020 ...
Страница 81: ...Microsoft Corp Exhibit 1020 ...
Страница 91: ...Microsoft Corp Exhibit 1020 ...
Страница 114: ...9 4 Programmable Hotpad Libraries for 16 bit Windows Applications Microsoft Corp Exhibit 1020 ...
Страница 120: ...Microsoft Corp Exhibit 1020 ...
Страница 124: ...C 2 Enabling ACPI Microsoft Corp Exhibit 1020 ...
Страница 138: ...Index 6 Microsoft Corp Exhibit 1020 ...
Страница 139: ...Microsoft Corp Exhibit 1020 ...
Страница 140: ...4 99 58 0584 00C Microsoft Corp Exhibit 1020 ...