Universal Document Shell Plugin Marker Entry declaration. More...
#include <plugin_doc_marker.h>
Data Fields | |
PluginMarkerType | type |
UDSString * | anchor |
UDSString * | text |
struct _MarkerEntry * | sibling |
struct _MarkerEntry * | first_child |
unsigned int | uds_private_size |
unsigned char | uds_private [1] |
Universal Document Shell Plugin Marker Entry declaration.
Definition at line 50 of file plugin_doc_marker.h.
The target anchor.
Definition at line 53 of file plugin_doc_marker.h.
The first child entry.
Definition at line 56 of file plugin_doc_marker.h.
struct _MarkerEntry* _MarkerEntry::sibling |
The next sibling entry.
Definition at line 55 of file plugin_doc_marker.h.
The display text.
Definition at line 54 of file plugin_doc_marker.h.
The marker type.
Definition at line 52 of file plugin_doc_marker.h.
unsigned char _MarkerEntry::uds_private[1] |
uds-private data.
Definition at line 58 of file plugin_doc_marker.h.
unsigned int _MarkerEntry::uds_private_size |
uds_private size in bytes.
Definition at line 57 of file plugin_doc_marker.h.