blob: 69bb5c997a7c9feca4c8b8deccc19617c2177934 [file] [log] [blame]
package org.eclipse.swt.ole.win32;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class OleParameterDescription {
public String name;
public short flags;
public short type;
}