|
TObjectTags |
TObjectTags is a structure containing all the tags for an object.
typedef struct {
int Count;
LPCTSTR *lpNames;
LPCTSTR *lpValues;
} TObjectTags;
The number of tags.
An array of length Count containing the tag names.
An array of length Count containing the tag values.
The Unicode type name is TObjectTagsW and the ANSI type name is TObjectTagsA.