/* * LMERR.java * * Created on 7. August 2007, 08:22 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package jnacontrib.jna; /** * * @author TB */ public interface LMERR { public final static int NERR_Success = 0; }