KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > speech > types > ISpPhrase


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

9 @IID("{1A5C0354-B621-4B5A-8791-D306ED379E53}")
10 public interface ISpPhrase extends Com4jObject {
11         @VTID(6)
12         void discard(
13             int dwValueTypes);
14
15     }
16
Popular Tags