SetInfo
Return to Top  Previous Page  Next Page
Declaration

function  SetInfo(var AVI_Info: OleVariant; Type_ID: CInfo_Type_ID; Info_ID: SYSINT; 
                      New_Value: OleVariant): HResult; safecall;


Description

The SetInfo method inserts the desired information in the AVI_Info container. Use the appropriate pair of Type_ID and Info_ID parameters to insert the information into the necessary place (see the description of data IDs).

AVI_Info container should be initialized by NewTagsContainer before first use of SetInfo.