KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpPhraseAlt


1 // GENERATED. DO NOT MODIFY
2
package speech.types;
3
4 import com4j.*;
5
6 /**
7  * ISpPhraseAlt Interface
8  */

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 JavaDoc> pulStartElementInParent,
15         Holder<Integer JavaDoc> pcElementsInParent,
16         Holder<Integer JavaDoc> pcElementsInAlt);
17
18     @VTID(8)
19     void commit();
20
21 }
22
Popular Tags