blob: 1c682fb4669053d6863c9443c493ee7101955eff [file] [log] [blame]
package org.eclipse.swt.internal.ole.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 OLECMDTEXT {
public int cmdtextf;
public int cwActual;
public int cwBuf;
public short rgwz;
// Note: this is a variable sized struct. The last field rgwz can vary in size.
// Currently we do not use this field and do not support accessing anything more
// than the first char in the field.
}