#include <khaction.h>
If the flags member has the KHUI_ACTIONREF_PACTION bit set, then the action is referenced by the p_action member of the union. Otherwise the identifier for the action is specified by action member.
Data Fields | |
| int | flags |
| union { | |
| khm_int32 action | |
| khui_action * p_action | |
| }; | |
A combination of KHUI_ACTIONREF_*
The action identifier for the action that is being referrred to. Only valid if KHUI_ACTIONREF_PACTION is not set in flags.
A pointer to the khui_action structure that describes the action that is being referred to. Only valid if KHUI_ACTIONREF_PACTION is set.
|
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 |
|