E-EQ-MX3CERG-E
MX3-CE Reference Guide
Appendix C API Calls
Introduction
This appendix documents only the LXE-specific API calls for the MX3-CE. It is intended as an
appendix to the standard Microsoft Windows CE API documentation. Details of many of the calls
in this appendix to the MX3-CE Reference Guide may be found in Microsoft’s documentation.
The APIs documented in this Appendix are included in the file LXEAPI.DLL, which is in the
standard Windows CE image.
For ease of software development, the files LXEAPI.H and LXEAPI.LIB are available on the
accessories CD, which are the C/C++ include files and the link library for the DLL, respectively.
Note that is DLL is installed in all images with a version number of 1.2 or higher (as displayed on
the screen during bootup). On older images, the DLL will have to be included in the application
install.
These LXE specific API calls and registry settings cover the following:
•
Battery
•
PCMCIA
•
Power Management
•
Scanner
•
Serial Ports
•
Version Control
•
Miscellaneous
Also included are instructions on reflashing the MX3-CE.
API Calls
Battery API
LXEBatteryChargeBackup
int LXEBatteryChargeBackup(void);
This function generates a system event which causes the battery driver to start charging the
backup battery. This would not be used in normal operation, as the power management driver
monitors the battery voltage and initiates a charge as necessary.
This function returns 0 on error, or 1 on success. GetLastError() may be used to get a detailed
error message.
Summary of Contents for MX3-CE
Page 46: ...34 Getting Help MX3 CE Reference Guide E EQ MX3CERG E ...
Page 112: ...100 Appendix A Key Maps MX3 CE Reference Guide E EQ MX3CERG E ...
Page 118: ...106 Appendix B Technical Specifications MX3 CE Reference Guide E EQ MX3CERG E ...
Page 160: ...148 Appendix D AppLock MX3 CE Reference Guide E EQ MX3CERG E ...
Page 166: ...154 Index MX3 CE Reference Guide E EQ MX3CERG E ...