#include <kmm.h>
Data Fields | |
| wchar_t * | name |
| wchar_t * | module |
| khm_int32 | type |
| khm_int32 | flags |
| kmq_callback_t | msg_proc |
| wchar_t * | dependencies |
| wchar_t * | description |
| HICON | icon |
| wchar_t* tag_kmm_plugin_reg::name |
Name of the plugin. Maximum of KMM_MAXCCH_NAME characters including the terminating NULL. Required.
| wchar_t* tag_kmm_plugin_reg::module |
Name of module that owns the plugin. Maximum of KMM_MAXCCH_NAME characters including terminating NULL. Required.
Type plugin type. One of KHM_PITYPE_*. Required.
Unused. Set to 0
Message processor. Required.
| wchar_t* tag_kmm_plugin_reg::dependencies |
Dependencies. Note that this is a multi string. (you can use the KHC multi string functions to manipulate multi strings or to convert a comma separated list of dependencies to a multi string). Each string in the multi string is a name of a plugin that this plugin depends on. Optional (set to NULL if this plugin has no dependencies). Maximum of KMM_MAXCCH_DEPS characters including terminating double NULL.
| wchar_t* tag_kmm_plugin_reg::description |
Description of the plugin. Maximum of KMM_MAXCCH_DESC characters including the terminating NULL. Localized. Optional (set to NULL if not provided)
| HICON tag_kmm_plugin_reg::icon |
Icon used to represent the plugin. Optional. (set to NULL if not provided)
|
Generated on Fri Aug 3 08:27:15 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 |
|