NewTagsContainer
Return to Top  Previous Page  Next Page
Declaration

function  NewTagsContainer: OleVariant; safecall;

Description

The NewTagsContainer method allocates memory for the new instance of tags container. Use it before SetInfo and WriteAVITags functions. It's not necessary to use it before ReadAVITags.

Comments

A lot of information could be packed into the tags container. Actually it's two-dimensional array, the first index holds the type of data (Type_ID) and the second index holds the particular ID of the corresponding data type.