summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/win32/NMHDR.java
blob: 0e752799852f7ce61d4774af615af452cd613008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.eclipse.swt.internal.win32;

/*
 * Licensed Materials - Property of IBM,
 * WebSphere Studio Workbench
 * (c) Copyright IBM Corp 2000
 */
public class NMHDR {
	public int hwndFrom; 
	public int idFrom; 
	public int code;
	public static final int sizeof = 12;
}