EMMA Coverage Report (generated Mon Mar 20 21:34:30 PST 2006)
[all classes][com.moesol.bindings.platform_sdk.component_services]

COVERAGE SUMMARY FOR SOURCE FILE [TYPELIB_00020430_0000_0000_C000_000000000046.java]

nameclass, %method, %block, %line, %
TYPELIB_00020430_0000_0000_C000_000000000046.java100% (1/1)50%  (1/2)93%  (42/45)50%  (1/2)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class TYPELIB_00020430_0000_0000_C000_000000000046100% (1/1)50%  (1/2)93%  (42/45)50%  (1/2)
TYPELIB_00020430_0000_0000_C000_000000000046 (): void 0%   (0/1)0%   (0/3)0%   (0/1)
<static initializer> 100% (1/1)100% (42/42)100% (1/1)

1// tlb2java
2package 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 */
9public 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}

[all classes][com.moesol.bindings.platform_sdk.component_services]
EMMA 2.0.5312 (C) Vladimir Roubtsov