KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > swt > internal > ole > win32 > VARDESC1


1 /*******************************************************************************
2  * Copyright (c) 2000, 2003 IBM Corporation and others.
3  * All rights reserved. This program and the accompanying materials
4  * are made available under the terms of the Common Public License v1.0
5  * which accompanies this distribution, and is available at
6  * http://www.eclipse.org/legal/cpl-v10.html
7  *
8  * Contributors:
9  * IBM Corporation - initial API and implementation
10  *******************************************************************************/

11 package org.eclipse.swt.internal.ole.win32;
12
13 public class VARDESC1 {
14     public int memid;
15     public int lpstrSchema;
16     public int unionField;
17 // ELEMDESC elemdescVar
18
// TYPEDESC elemdescVar.tdesc
19
public int elemdescVar_tdesc_union;
20     public short elemdescVar_tdesc_vt;
21 // PARAMDESC elemdescFunc.paramdesc
22
public int elemdescVar_paramdesc_pparamdescex;
23     public short elemdescVar_paramdesc_wParamFlags;
24     public short wVarFlags;
25     public int varkind;
26     public static final int sizeof = 36;
27 }
28
Popular Tags