Defines | |
| #define | KMSG_SYSTEM_INIT 1 |
| Generic initialization message. | |
| #define | KMSG_SYSTEM_EXIT 2 |
| Generic uninitialization message. | |
| #define | KMSG_SYSTEM_COMPLETION 3 |
| Message completion. | |
| #define KMSG_SYSTEM_COMPLETION 3 |
Message completion.
This is an internal message
| #define KMSG_SYSTEM_EXIT 2 |
Generic uninitialization message.
Used by specific components to signal that the recipient should perform uninitilization tasks in preparation of termination. The return value of this message is not used.
Usually this is the last message to be received by the recipient.
| #define KMSG_SYSTEM_INIT 1 |
Generic initialization message.
This message is used by specific components to signal that the recipient is to perform initialization tasks. As a convention, the recipient should return KHM_ERROR_SUCCESS if it successfully performed the initlization tasks or some other value if it failed to do so. Failure to successfully initialize is usually taken to mean that the recipient component is not able to perform its function.
Usually this is the first message to be received by the recipient.
|
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 |
|