blob: a6b6b8be410445d5dd62431c615569c62be82bfc [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2004 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.ole.win32;
public final class OLEINPLACEFRAMEINFO {
public int cb;
public int fMDIApp;
public int hwndFrame;
public int haccel;
public int cAccelEntries;
public static final int sizeof = 20;
}