|
API Guide Home (Online version only) |
![]() |
Notes: All implementations of the Handspring Phone Library support a common API. This API is broken up into various categories for easier management. This file defines the LIBRARY category. These API calls are used for basic Palm Library operation.
Definition in file HsPhoneLibrary.h.
Include dependency graph for HsPhoneLibrary.h:

Go to the source code of this file.
Closes up a phone library. This function does not free global space. It just manages the openCount.
| refNum,: | IN: Library reference number returned by HsGetPhoneLibrary(). |
| Err | Error code. |
This function is used to indicate the version number of the current Phone Library.
| refNum,: | IN: Library reference number returned by HsGetPhoneLibrary(). | |
| dwVerP,: | IN: Version number |
| Err | Error code. |
Open the phone library. Global space has been created on SysLibLoad already. This function just manages the openCount.
| refNum,: | IN: Library reference number returned by HsGetPhoneLibrary(). |
| Err | Error code. |
Register or unregister (when services == 0) an application so that notifications from the Phone Library (Chapter 13) can be broadcasted to registered applications.
| refNum,: | IN: Library reference number obtained from SysLibLoad. | |
| creator,: | IN: Creator ID of application registering for notifications | |
| services,: | IN: Bitfield of services for which notifications are desired. See PhnServiceClassType for bit definitions. Register with a value of 0 to unregister for notifications. |
| 0 | for success; otherwise failed |
(For System Use Only)
| refNum,: | IN: |
| Err | Error code. |
| void PhnLibUninstall | ( | UInt16 | refNum | ) |
This is an unsupported function starting with Treo 600.
| refNum,: | IN: Library reference number returned by HsGetPhoneLibrary(). |
| Nothing |
(For System Use Only)
| refNum,: | IN: |
| Err | Error code. |
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:07:20 2008 for Palm API Guide |