MLCHARGENLib Namespace > IMLCharGenCallback Interface : OnCGEvent Method |
Sub OnCGEvent( _ ByVal llCallbackCookie As Long, _ ByVal bsItemOrCompositionID As String, _ ByVal bsEventType As String, _ ByVal bsEventParam As String _ )
void OnCGEvent( long llCallbackCookie, string bsItemOrCompositionID, string bsEventType, string bsEventParam )
procedure OnCGEvent( llCallbackCookie: Int64; bsItemOrCompositionID: String; bsEventType: String; bsEventParam: String );
void OnCGEvent( long llCallbackCookie, BSTR* bsItemOrCompositionID, BSTR* bsEventType, BSTR* bsEventParam )