Biossetupsetresumetime; Biossetupgetlcdtype - Fujitsu Stylistic 2300 Technical Reference Manual

Hide thumbs Also See for Stylistic 2300:
Table of Contents

Advertisement

BiosSetupSetResumeTime

This function sets the resume time for the Resume On Time BIOS option. A prototype of this function is
given below:
int WINAPI BiosSetupSetResumeTime (BYTE cBCDHour ,
This function accepts three byte values that determine the resume time in hours, minutes, and seconds
and two byte values which specify whether the Resume On Time option is enabled and whether the
permanent or current setting is to be set. Details on these parameters are given in the following:
Parameter
cBCDHour
cBCDMin
cBCDSec
Enable
Permanent_or_Current
Note that you must specify all parameters when calling this function. You cannot use this function to
enable or disable the Resume On Time option without passing all of the parameters this function accepts.
On success, this function returns SETUP_SUCCESS. In the event of an error, this function returns one of
the error codes listed in Table 8-1.

BiosSetupGetLCDType

This function allows you to determine what type of LCD the pen tablet has. A prototype of the function is
shown below:
char BiosSetupGetLCDType ( )
This function returns one of the following values indicating the LCD type.
Parameter
SETUP_LCD_TFT
SETUP_LCD_TFC
BYTE cBCDMin ,
BYTE cBCDSec ,
BYTE Enable ,
BYTE Permanent_or_Current )
Description
Byte value that specifies hour setting in BCD format.
Acceptable values: 0 to 23 (must be in BCD format)
Byte value that specifies minutes setting in BCD format.
Acceptable values: 0 to 59 (must be in BCD format)
Byte value that specifies seconds setting in BCD format.
Acceptable values: 0 to 59 (must be in BCD format)
SETUP_RESUMEONTIME_OFF = Disable Resume On Time option.
SETUP_RESUMEONTIME_ON = Enable Resume On Time option.
0 = Permanent setting
1 = Current setting
Description
TFT Color
Transflective Color
BiosSetupSetResumeTime
Microsoft Corp. Exhibit 1020
8-5

Advertisement

Table of Contents
loading

Table of Contents