| 1 | // tlb2java |
| 2 | package com.moesol.bindings.platform_sdk.data_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_AC3B8B4C_B6CA_11D1_9F31_00C04FC29D52 { |
| 10 | /** IDL: [uuid(AC3B8B4C-B6CA-11D1-9F31-00C04FC29D52)] */ |
| 11 | public static final com.moesol.bindings.platform_sdk.component_services.GUID UUID = new com.moesol.bindings.platform_sdk.component_services.GUID( |
| 12 | 0xac3b8b4c, (short)0xb6ca, (short)0x11d1, |
| 13 | new byte[] { |
| 14 | (byte)0x9f, (byte)0x31, |
| 15 | (byte)0x00, (byte)0xc0, (byte)0x4f, (byte)0xc2, (byte)0x9d, (byte)0x52 |
| 16 | } ); |
| 17 | /** MAJOR_VERSION = 2 */ |
| 18 | public static final int MAJOR_VERSION = 2; |
| 19 | /** MINOR_VERSION = 6 */ |
| 20 | public static final int MINOR_VERSION = 6; |
| 21 | /** LCID = 0 */ |
| 22 | public static final int LCID = 0; |
| 23 | } |