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

COVERAGE SUMMARY FOR SOURCE FILE [TYPELIB_00025E01_0000_0000_C000_000000000046.java]

nameclass, %method, %block, %line, %
TYPELIB_00025E01_0000_0000_C000_000000000046.java0%   (0/1)0%   (0/2)0%   (0/45)0%   (0/2)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class TYPELIB_00025E01_0000_0000_C000_0000000000460%   (0/1)0%   (0/2)0%   (0/45)0%   (0/2)
<static initializer> 0%   (0/1)0%   (0/42)0%   (0/1)
TYPELIB_00025E01_0000_0000_C000_000000000046 (): void 0%   (0/1)0%   (0/3)0%   (0/1)

1// tlb2java
2package com.moesol.bindings.microsoft.dao;
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_00025E01_0000_0000_C000_000000000046 {
10    /** IDL: [uuid(00025E01-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        0x00025e01, (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 = 5 */
18    public static final int MAJOR_VERSION = 5;
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.microsoft.dao]
EMMA 2.0.5312 (C) Vladimir Roubtsov