#include <khhtlink.h>
When a link in a hypertext window is clicked, this structure is passed along with the message.
The link text fields do to point to NULL terminated strings. Instead, the length fields should be used to extract the string.
Data Fields | |
| RECT | r |
| wchar_t * | id |
| int | id_len |
| wchar_t * | param |
| int | param_len |
The enclosing rectangle of the hyperlink. Units are screen units and the coordinates are relative to the top left hand corner of the hypertext area.
| wchar_t* tag_khui_htwnd_link::id |
The value of the id attribute of the link or NULL if there was no id attribute. This does not point to a NULL terminated string. The length of the string is given by the id_len field.
The length of the string pointed to by id in characters. Undefined if id is NULL.
| wchar_t* tag_khui_htwnd_link::param |
The value of the param attribute of the link or NULL if there was no param attribute. This does not point to a NULL terminated string. The length of the string is given by the param_len field.
Length of the string pointed to by param in characters. Undefined if param is NULL.
|
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 |
|