|
API Guide Home (Online version only) |
![]() |
Definition in file palmOneCamera.h.
Include dependency graph for palmOneCamera.h:

Go to the source code of this file.
| #define CAM_LIB_TRAP | ( | trapNum | ) | SYS_TRAP(trapNum) |
Definition at line 38 of file palmOneCamera.h.
Closes the Camera Manager.
Library should always be unloaded with SysLibRemove() after CamLibClose() is called. See note at top of file.
| refNum,: | IN: Library reference number. |
| Err | Error code. |
| Err CamLibControl | ( | UInt16 | refNum, | |
| CamLibControlType | cmdId, | |||
| void * | parameterP | |||
| ) |
Check or set a Camera property.
| refNum,: | IN: Library reference number. | |
| cmdId,: | IN: The control command used to check or set the camera property. | |
| parameterP,: | IN: Pointer to a parameter based on the control command type. |
| Err | Error code. |
Checks the version of the Camera Manager Library.
| refNum,: | IN: Library reference number. | |
| sdkVersion,: | IN: The version the application expects. | |
| libVersionP,: | OUT: The actual version of the library. |
| Err | Error code. |
Standard library open routine.
Library should always be loaded with SysLibLoad()(not SysLibFind()) before calling CamLibOpen(). See note at top of file.
| refNum,: | IN: Library reference number. |
| Err | Error code. |
Standard library sleep function.
| refNum,: | IN: Library reference number. |
| Err | Error code. |
Standard library wake function.
| refNum,: | IN: Library reference number. |
| Err | Error code. |
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:07:45 2008 for Palm API Guide |