blob: 2bf47fc62c386cdf803a3be42b0b4e09288f0ba6 [file] [log] [blame]
package org.eclipse.swt.internal.win32;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class DOCINFO {
public int cbSize;
public int lpszDocName; // LPCTSTR
public int lpszOutput; // LPCTSTR
public int lpszDatatype;// LPCTSTR
public int fwType; // DWORD
public static final int sizeof = 20;
}