1 package speech.types; 3 4 import com4j.*; 5 6 9 @IID("{8FCEBC98-4E49-4067-9C6C-D86A0E092E3D}") 10 public interface ISpPhraseAlt extends ISpPhrase { 11 @VTID(7) 12 void getAltInfo( 13 Holder<ISpPhrase> ppParent, 14 Holder<Integer > pulStartElementInParent, 15 Holder<Integer > pcElementsInParent, 16 Holder<Integer > pcElementsInAlt); 17 18 @VTID(8) 19 void commit(); 20 21 } 22 | Popular Tags |