Biossetupgetmodem; Biossetupsetbootorder; Biossetupgetbootorder - Fujitsu stylistic lt Reference Manual

Hide thumbs Also See for stylistic lt:
Table of Contents

Advertisement

This function returns one of the following values indicating whether a LAN module is present in the
system.
Parameter
SETUP_LAN_VACANT
SETUP_LAN_PRESENT

BiosSetupGetMODEM

This function allows you to determine whether a modem module is present in the pen tablet. A prototype
of the function is shown below:
char BiosSetupGetMODEM( )
This function returns one of the following values indicating whether a modem is present in the system.
Parameter
SETUP_MODEM_VACANT
SETUP_MODEM_PRESENT

BiosSetupSetBootOrder

This function allows you to determine the order in which the system searches drives for a bootable image.
A prototype of the function is shown below:
int WINAPI BiosSetupSetBootOrder ( BYTE bFloppy ,
This function accepts three byte values that determine the order in which drives are searched for a
bootable image. Note that you must specify all parameters when calling this function.
On success, this function returns SETUP_SUCCESS. In the event of an error, this function returns one of
the error codes listed in Table 7-1.

BiosSetupGetBootOrder

This function retrieves the order in which the system searches drives for a bootable image. A prototype of
the function is shown below:
long int BiosSetupSetBootOrder ( )
This function returns one of the following values indicating the order in which the drives are searched.
The parameter order is: Floppy Drive, Hard Disk, LAN. If no LAN is present, the order for the floppy and
hard disk are set, with the LAN third.
Parameter
Byte 0 (bits 7-0)
Byte 1 (bits 15-8)
Byte 2 (bits 23-16)
Byte 3 (bits 31-24)
In the event of an error, this function returns a negative value as defined in Table 7-1 on page 7-7.
7-6
BIOS Configuration Application Programming Interfaces
Description
LAN not present
LAN present
Description
Modem not present
Modem present
BYTE bHardDisk ,
BYTE bLAN )
Description
Floppy boot order used
Hard drive boot order used
LAN boot order used
0
7
7
7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents