Apex PDT Technical Reference Manual
7 Apex Programming Resource
COAM30002
Rev. 2.00
8/13/02
7-21
BootWarm
Syntax:
void BootWarm(void)
Input:
None
Returns:
None
Notes:
Warm boots the Apex PDT. The Apex PDT will NOT
perform the memory tests when warm booted.
CapsLock
Syntax:
char CapsLock(char state)
Input:
0 = Off, non-zero = On
Returns:
Previous setting.
Notes:
Sets the Caps Lock ON or OFF.
GetDiskSerialNo
Syntax:
int GetDiskSerialNo(struct diskinfo_sn *userdisk)
Input:
Pointer to structure.
Returns:
0 if no error and places disk drive serial number
information in structure.
Extended error number on error.
Notes:
Retrieves Drive C disk serial number info level, disk serial
number, volume label, and file system type.
The
diskinfo_sn
structure declared in the include file
[a3lib.h]
contains the following elements:
unsigned int infolevel; // info level
long int serialno;
// disk serial number (binary)
char volumelabel[12]; // volume label or "NO NAME"
// if none present
// (NULL terminated)
char systemtype[9];
// file system type-string
// (NULL terminated)
KeyClick
Syntax:
char KeyClick(char state)
Input:
0 = Off, non-zero = On
Returns:
0 on success,
non-zero on error
Notes:
Sets the Apex PDT keyclick. This function returns an
error if attempted on BIOS's prior to v1.34.
Summary of Contents for Apex III
Page 2: ...This Page Intentionally Left Blank...
Page 12: ...Apex PDT Technical Reference Manual Table Of Contents COAM30002 Rev 2 00 8 13 02 viii...
Page 108: ...Apex PDT Technical Reference Manual 6 Utility Programs COAM30002 Rev 2 00 8 13 02 6 36...
Page 152: ...Apex PDT Technical Reference Manual 10 Power Management COAM30002 Rev 2 00 8 13 02 10 8...
Page 166: ...Apex III Technical Reference Manual Appendix A COAM30002 Rev 1 03 08 13 02 A 6...
Page 167: ...This Page Intentionally Left Blank...