1 11 package org.eclipse.swt.internal.ole.win32; 12 13 public final class EXCEPINFO { 14 public short wCode; 15 public short wReserved; 16 public int bstrSource; 17 public int bstrDescription; 18 public int bstrHelpFile; 19 public int dwHelpContext; 20 public int pvReserved; 21 public int pfnDeferredFillIn; 22 public int scode; 23 public static final int sizeof = COM.EXCEPINFO_sizeof (); 24 } 25 | Popular Tags |