TObjectTags

TObjectTags is a structure containing all the tags for an object.

typedef struct {

int Count;

LPCTSTR *lpNames;

LPCTSTR *lpValues;

} TObjectTags;

Members

Count

The number of tags.

lpNames

An array of length Count containing the tag names.

lpValues

An array of length Count containing the tag values.

Unicode and ANSI

The Unicode type name is TObjectTagsW and the ANSI type name is TObjectTagsA.

See also

C_DestroyTags, C_GetTags.