blob: 1f544a8de625dae313f7b5cc5f69a0901a449267 [file] [log] [blame]
package org.eclipse.swt.internal.win32;
/*
* Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
* This file is made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*/
public class GCP_RESULTS {
public int lStructSize;
public int lpOutString;
public int lpOrder;
public int lpDx;
public int lpCaretPos;
public int lpClass;
public int lpGlyphs;
public int nGlyphs;
public int nMaxFit;
public static final int sizeof = 36;
}