#include <khconfigui.h>
Data Fields | |
| const wchar_t * | name |
| const wchar_t * | short_desc |
| const wchar_t * | long_desc |
| HMODULE | h_module |
| LPWSTR | dlg_template |
| DLGPROC | dlg_proc |
| khm_int32 | flags |
| const wchar_t* tag_khui_config_node_reg::name |
Internal identifier (not-localized, required). The name is required to be unique among sibling nodes. However it is not required to be unique globally. The size of the name is constrained by KHUI_MAXCCH_NAME
| const wchar_t* tag_khui_config_node_reg::short_desc |
Short description (Localized, required). This is the name which identifies the node within a collection of siblings. The size of the string is constrained by KHUI_MAXCCH_SHORT_DESC
| const wchar_t* tag_khui_config_node_reg::long_desc |
Global name of the node. (Localized, required). This uniquely identifies the node in the collection of all configuration nodes. The size of the string is constrained by KHUI_MAXCCH_LONG_DESC.
Module which contains the dialog resource specified in dlg_template
Dialog template for the configuration window
Dialog procedure
Flags. Can be a combination of KHUI_CNFLAG_SORT_CHILDREN and KHUI_CNFLAG_SUBPANEL
|
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 |
|