Modules | |
| Error codes | |
Defines | |
| #define | KHM_ERROR_BASE 0x40000000L |
| Base for error codes. | |
| #define | KHM_ERROR_RANGE 256L |
| Range for error codes. | |
| #define | KHM_SUCCEEDED(rv) ((rv)==KHM_ERROR_NONE) |
| Tests whether a return value indicates success. | |
| #define | KHM_FAILED(rv) ((rv)!=KHM_ERROR_NONE) |
| Tests whether a return value indicates failure. | |
| #define KHM_ERROR_BASE 0x40000000L |
Base for error codes.
NetIDMgr errors range from KHM_ERROR_BASE to KHM_ERROR_BASE + KHM_ERROR_RANGE, with the exception of KHM_ERROR_SUCCESS and KHM_ERROR_NONE.
| #define KHM_ERROR_RANGE 256L |
Range for error codes.
NetIDMgr errors range from KHM_ERROR_BASE to KHM_ERROR_BASE + KHM_ERROR_RANGE.
|
Generated on Fri Aug 3 08:27:13 2007 for Network Identity Manager by Doxygen 1.5.2 © 2004-2007 Massachusetts Institute of Technology. © 2005-2007 Secure Endpoints Inc. Contact khimaira@mit.edu |
|