OnEndOfClip Method (IMLCharGenCallback)
callback cookie
ID of item
This method is called when clip is over.
Syntax
Sub OnEndOfClip( _
   ByVal llCallbackCookie As Long, _
   ByVal bsItemID As String _
) 
void OnEndOfClip( 
   long llCallbackCookie,
   string bsItemID
)
procedure OnEndOfClip( 
    llCallbackCookie: Int64;
    bsItemID: String
); 
void OnEndOfClip( 
   long llCallbackCookie,
   BSTR* bsItemID
) 

Parameters

llCallbackCookie
callback cookie
bsItemID
ID of item
See Also

Reference

IMLCharGenCallback Interface
IMLCharGenCallback Members