Error Codes; Option And Setting Parameters; Table 8-1 Bios Configuration Api Error Codes; Table 8-2 Option And Setting Parameters And Return Values - Fujitsu Stylistic 2300 Technical Reference Manual

Hide thumbs Also See for Stylistic 2300:
Table of Contents

Advertisement

Error Codes

Error codes returned by functions in this API are given in Table 8-1. These values are defined in the
header file SETUP23.H.
Return Value
SETUP_NOT_STARTED
SETUP_INVALID_PARAMETER
SETUP_INVALID_OPTION
SETUP_INVALID_VALUE
SETUP_INTERNAL_ERROR
SETUP_INVALID_BIOS
SETUP_APM_ERROR

Option and Setting Parameters

Option and Setting parameters accepted by the functions described in this chapter are defined in the
header file for the DLL. Table 8-2 lists the Option parameter and corresponding Setting parameters for
each BIOS option. (These Setting parameters are also the values returned by the BiosSetupGet function on
success.) Some of these parameters can only be used to change or retrieve permanent settings as noted in
the first column of this table.
Option Parameter
Option Description
BIOS_EXTCACHE
External Level 2 Cache
(permanent only)
BIOS_SERIAL_A_PORT
Serial Port A
(permanent only)
BIOS_SERIAL_A_ADDRESS
Serial Port A Address
(permanent only)
BIOS_SERIAL_A_IRQ
Serial Port A IRQ
(permanent only)
BIOS_SERIAL_B_PORT
Serial Port B
(permanent only)
8-6
BIOS Configuration Application Programming Interfaces

Table 8-1 BIOS Configuration API Error Codes

Description
The API has not been started. The BiosSetupStart function must be
called before any other functions in this API can be called.
The Option parameter is out of range. The value passed does not
specify a valid BIOS option.
Invalid value passed for Current parameter. The BIOS option specified
is not a valid permanent or current option (whichever was specified).
The Setting parameter is not valid. The setting specified is not a valid
value for the specified BIOS option.
Windows system call failure.
BIOS signature not found. The BIOS is not compatible with this API.
Returned if APM function call failed.

Table 8-2 Option and Setting Parameters and Return Values

Setting Parameter
SETUP_EXTCACHE_DISABLE
SETUP_EXTCACHE_ENABLE
SETUP_SERIAL_A_DISABLE
SETUP_SERIAL_A_ENABLE
SETUP_SERIAL_A_AUTO
SETUP_SERIAL_A_3F8
SETUP_SERIAL_A_2F8
SETUP_SERIAL_A_3E8
SETUP_SERIAL_A_2E8
SETUP_SERIAL_A_IRQ3
SETUP_SERIAL_A_IRQ4
SETUP_SERIAL_A_IRQ10
SETUP_SERIAL_A_IRQ11
SETUP_SERIAL_B_DISABLE
SETUP_SERIAL_B_ENABLE
SETUP_SERIAL_B_AUTO
Setting Description
Disabled
Enabled
Disabled
Enabled
Auto
I/O Address 3F8
I/O Address 2F8
I/O Address 3E8
I/O Address 2E8
IRQ 3
IRQ 4
IRQ 10
IRQ 11
Disabled
Enabled
Auto
Microsoft Corp. Exhibit 1020

Advertisement

Table of Contents
loading

Table of Contents