| 1 | // tlb2java |
| 2 | package com.moesol.bindings.microsoft.dao; |
| 3 | |
| 4 | /** |
| 5 | * <code>IDL: [ helpstring(""), creatable, licensed ]</code> |
| 6 | * <p/> |
| 7 | * <code>coclass Index {<br/> |
| 8 | * [default] dispatch {@link _Index}<br/> |
| 9 | * };</code> |
| 10 | */ |
| 11 | public class Index extends com.moesol.bindings.microsoft.dao._Index.Jni { |
| 12 | public static final Class TYPELIB = TYPELIB_00025E01_0000_0000_C000_000000000046.class; |
| 13 | /** |
| 14 | * <code>IDL: [uuid(00000105-0000-0010-8000-00AA006D2EA4)]</code> |
| 15 | */ |
| 16 | public static final com.moesol.bindings.platform_sdk.component_services.GUID CLSID = new com.moesol.bindings.platform_sdk.component_services.GUID( |
| 17 | 0x00000105, (short)0x0000, (short)0x0010, |
| 18 | new byte[] { |
| 19 | (byte)0x80, (byte)0x00, |
| 20 | (byte)0x00, (byte)0xaa, (byte)0x00, (byte)0x6d, (byte)0x2e, (byte)0xa4 |
| 21 | } ); |
| 22 | /** |
| 23 | * Create a new instance using <code>CLSCTX_ALL</code>. |
| 24 | */ |
| 25 | public Index() { |
| 26 | MoeSolInternal.coclassConstruct(this, CLSID, com.moesol.bindings.microsoft.dao._Index.IID); |
| 27 | } |
| 28 | /** |
| 29 | * Create a new instance. |
| 30 | * @param clsctx Context in which the code that manages the newly created object will run. |
| 31 | * The values are taken from the enumeration <code>CLSCTX</code>. |
| 32 | */ |
| 33 | public Index(int clsctx) { |
| 34 | MoeSolInternal.coclassConstruct(this, CLSID, com.moesol.bindings.microsoft.dao._Index.IID, clsctx); |
| 35 | } |
| 36 | |
| 37 | |
| 38 | } |