|
API Guide Home (Online version only) |
![]() |
Definition in file DefaultHelperLib.h.
Go to the source code of this file.
| #define DEFAULTHELPERLIB_TRAP | ( | x | ) | SYS_TRAP( x ) |
Helper macro.
Definition at line 24 of file DefaultHelperLib.h.
Standard library close function
| refNum,: | IN: Default helper library reference number (from SysLibFind()/SysLibLoad()) |
| Err | Error code. |
| Err DefaultHelperLibGetDefaultHelper | ( | UInt16 | refNum, | |
| UInt32 | serviceID, | |||
| UInt32 * | defaultAppCreatorP | |||
| ) |
Given a specified serviceID, return the creator type of the default helper application.
| refNum,: | IN: Default helper library reference number (from SysLibFind()/SysLibLoad()) | |
| serviceID,: | IN: Type of service to get info from. | |
| defaultAppCreatorP | OUT: Upon return of the function, a pointer to the creator type of the default application for the specified serviceID. |
| Err | Error code. |
Standard library open function
| refNum,: | IN: Default helper library reference number (from SysLibFind()/SysLibLoad()) |
| Err | Error code. |
Given a specified serviceID, set the creator type of the default helper application.
| refNum,: | IN: Default helper library reference number (from SysLibFind()/SysLibLoad()) | |
| serviceID,: | IN: Type of service to get info from. | |
| defaultAppCreator,: | IN: Creator type of the application to be set as the default application for the specified serviceID. If 0, then remove the helper service from the Default Apps database. |
| Err | Error code. |
Standard library sleep function
| refNum,: | IN: Default helper library reference number (from SysLibFind()/SysLibLoad()) |
| Err | Error code. |
Standard library wake function
| refNum,: | IN: Default helper library reference number (from SysLibFind()/SysLibLoad()) |
| Err | Error code. |
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:57 2008 for Palm API Guide |