tag_info Type (Structure)

unknown.h

typedef struct {
unsigned char tag_order;
unsigned char tag_version;
unsigned char min_max_args;
unsigned char proc_args;
void (*CALLBACK tag_proc) (void);
unsigned long tag_str;
} tag_info;

This identifier has not been documented yet. Please help us out.