blob: a4bc085268ef216408e2d25d88acf2900d202770 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.swt.internal.win32;
public abstract class NMTTDISPINFO extends NMHDR {
public int lpszText;
public int hinst;
public int uFlags;
public int lParam;
public static final int sizeof = OS.IsUnicode ? 188 : 108;
}