| 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_00020430_0000_0000_C000_000000000046 { |
| 10 | /** IDL: [uuid(00020430-0000-0000-C000-000000000046)] */ |
| 11 | public static final com.moesol.bindings.platform_sdk.component_services.GUID UUID = new com.moesol.bindings.platform_sdk.component_services.GUID( |
| 12 | 0x00020430, (short)0x0000, (short)0x0000, |
| 13 | new byte[] { |
| 14 | (byte)0xc0, (byte)0x00, |
| 15 | (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x00, (byte)0x46 |
| 16 | } ); |
| 17 | /** MAJOR_VERSION = 2 */ |
| 18 | public static final int MAJOR_VERSION = 2; |
| 19 | /** MINOR_VERSION = 0 */ |
| 20 | public static final int MINOR_VERSION = 0; |
| 21 | /** LCID = 0 */ |
| 22 | public static final int LCID = 0; |
| 23 | } |