Biossetupend; Biossetupget - Fujitsu Stylistic 2300 Technical Reference Manual

Hide thumbs Also See for Stylistic 2300:
Table of Contents

Advertisement

BiosSetupEnd

Applications that initialize this API using BiosSetupStart must call this function before the application
exits. This function performs the following tasks:
• Updates the CMOS checksum and CRC values.
• Disconnects from the APM BIOS.
A prototype of this function is shown below:
int WINAPI BiosSetupEnd ( )
This function accepts no arguments and returns the value SETUP_SUCCESS when it completes
successfully. If an error occurs, this function returns an error value as defined in Table 8-1.

BiosSetupGet

This function retrieves the setting for a given BIOS option. You define the BIOS option to be retrieved by
passing the appropriate parameters for the desired option. A prototype is shown below:
int WINAPI BiosSetupGet ( WORD Option , BYTE Permanent_or_Current )
The Option parameter defines the BIOS option you want to retrieve. Definitions for the Option parameter
are listed in Table 8-2 later in this section.
The Permanent_or_Current parameter determines whether the permanent or current BIOS option is
retrieved:
Permanent_or_Current Value
0
1
On success, this function returns the Setting for the requested BIOS option. See Table 8-2 for a listing of
settings for each BIOS option. Possible error codes returned by this function are listed in Table 8-1.
Description
Permanent setting retrieved.
Current setting retrieved.
BiosSetupEnd
Microsoft Corp. Exhibit 1020
8-3

Advertisement

Table of Contents
loading

Table of Contents