| 1 | // tlb2java |
| 2 | package com.moesol.bindings.platform_sdk.component_services; |
| 3 | |
| 4 | /** |
| 5 | * StdPicture is a system supplied class that implements Picture. |
| 6 | * <p/> |
| 7 | * <code>coclass StdPicture {<br/> |
| 8 | * [default] dispatch {@link Picture}<br/> |
| 9 | * interface {@link IPicture}<br/> |
| 10 | * };</code> |
| 11 | */ |
| 12 | public class StdPicture extends com.moesol.bindings.platform_sdk.component_services.Picture.Jni { |
| 13 | public static final Class TYPELIB = TYPELIB_00020430_0000_0000_C000_000000000046.class; |
| 14 | /** |
| 15 | * <code>IDL: [uuid(0BE35204-8F91-11CE-9DE3-00AA004BB851)]</code> |
| 16 | */ |
| 17 | public static final com.moesol.bindings.platform_sdk.component_services.GUID CLSID = new com.moesol.bindings.platform_sdk.component_services.GUID( |
| 18 | 0x0be35204, (short)0x8f91, (short)0x11ce, |
| 19 | new byte[] { |
| 20 | (byte)0x9d, (byte)0xe3, |
| 21 | (byte)0x00, (byte)0xaa, (byte)0x00, (byte)0x4b, (byte)0xb8, (byte)0x51 |
| 22 | } ); |
| 23 | /** |
| 24 | * Create a new instance using <code>CLSCTX_ALL</code>. |
| 25 | */ |
| 26 | public StdPicture() { |
| 27 | MoeSolInternal.coclassConstruct(this, CLSID, com.moesol.bindings.platform_sdk.component_services.Picture.IID); |
| 28 | } |
| 29 | /** |
| 30 | * Create a new instance. |
| 31 | * @param clsctx Context in which the code that manages the newly created object will run. |
| 32 | * The values are taken from the enumeration <code>CLSCTX</code>. |
| 33 | */ |
| 34 | public StdPicture(int clsctx) { |
| 35 | MoeSolInternal.coclassConstruct(this, CLSID, com.moesol.bindings.platform_sdk.component_services.Picture.IID, clsctx); |
| 36 | } |
| 37 | |
| 38 | |
| 39 | } |