|
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 public portion of the Security category. These API calls are used to protect access to device and phone features.
Definition in file HsPhoneSecurity.h.
Include dependency graph for HsPhoneSecurity.h:

Go to the source code of this file.
| Err PhnLibCRSM | ( | UInt16 | refNum, | |
| UInt16 | command, | |||
| UInt32 | fileId, | |||
| UInt16 | p1, | |||
| UInt16 | p2, | |||
| UInt16 | p3, | |||
| UInt8 * | data, | |||
| UInt16 | dataSize, | |||
| UInt16 * | sw1, | |||
| UInt16 * | sw2, | |||
| char ** | response, | |||
| UInt16 * | responseSize | |||
| ) |
| refNum,: | IN: |
| lock,: | IN: | |
| autoLockCheckBoxState,: | IN: |
| Err | Error code. |
| Err PhnLibGetRemainingPasswordTries | ( | UInt16 | refNum, | |
| Int16 * | pinTries, | |||
| Int16 * | pin2Tries, | |||
| Int16 * | pukTries, | |||
| Int16 * | puk2Tries | |||
| ) |
| Err PhnLibSetPhoneLock | ( | UInt16 | refNum, | |
| Boolean | enable, | |||
| PhnLockMode | lockMode, | |||
| CharPtr | password | |||
| ) |
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:07:25 2008 for Palm API Guide |