blob: edf791bf8af9f33faa5c8ac594e3e182e128c8f4 [file] [log] [blame]
package org.eclipse.swt.internal.ole.win32;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public final class STGMEDIUM
{
public int tymed;
public int unionField;
public int pUnkForRelease;
public static final int sizeof = 12;
}