Package hudson.util.jna
Interface WINERROR
-
public interface WINERROR
- Author:
- TB
-
-
Field Summary
Fields Modifier and Type Field Description static int
ERROR_FILE_NOT_FOUND
static int
ERROR_MORE_DATA
static int
ERROR_NO_MORE_ITEMS
static int
ERROR_SUCCESS
static int
NO_ERROR
-
-
-
Field Detail
-
ERROR_SUCCESS
static final int ERROR_SUCCESS
- See Also:
- Constant Field Values
-
NO_ERROR
static final int NO_ERROR
- See Also:
- Constant Field Values
-
ERROR_FILE_NOT_FOUND
static final int ERROR_FILE_NOT_FOUND
- See Also:
- Constant Field Values
-
ERROR_MORE_DATA
static final int ERROR_MORE_DATA
- See Also:
- Constant Field Values
-
ERROR_NO_MORE_ITEMS
static final int ERROR_NO_MORE_ITEMS
- See Also:
- Constant Field Values
-
-