| 1 | // tlb2java |
| 2 | package com.moesol.bindings.platform_sdk.component_services; |
| 3 | |
| 4 | |
| 5 | /** |
| 6 | * Type library information. Needed for VT_RECORD support with -disp_only |
| 7 | * or passing a VT_RECORD through a VARIANT. |
| 8 | */ |
| 9 | public class TYPELIB_AAC5785A_FAE3_4AB5_A040_673D0A0C2C4B { |
| 10 | /** IDL: [uuid(AAC5785A-FAE3-4AB5-A040-673D0A0C2C4B)] */ |
| 11 | public static final com.moesol.bindings.platform_sdk.component_services.GUID UUID = new com.moesol.bindings.platform_sdk.component_services.GUID( |
| 12 | 0xaac5785a, (short)0xfae3, (short)0x4ab5, |
| 13 | new byte[] { |
| 14 | (byte)0xa0, (byte)0x40, |
| 15 | (byte)0x67, (byte)0x3d, (byte)0x0a, (byte)0x0c, (byte)0x2c, (byte)0x4b |
| 16 | } ); |
| 17 | /** MAJOR_VERSION = 1 */ |
| 18 | public static final int MAJOR_VERSION = 1; |
| 19 | /** MINOR_VERSION = 0 */ |
| 20 | public static final int MINOR_VERSION = 0; |
| 21 | /** LCID = 0 */ |
| 22 | public static final int LCID = 0; |
| 23 | } |