jcommon.core.platform.win32
Interface Win32Errors

All Known Subinterfaces:
Win32Library
All Known Implementing Classes:
Win32Platform.Kernel32, Win32Platform.MSVCRT

public interface Win32Errors

Standard Win32Platform error values for use with GetLastError(). Courtesy JNA project: https://jna.dev.java.net/source/browse/jna/trunk/jnalib/src/com/sun/jna/examples/win32/W32Errors.java?rev=7&view=markup

Author:
David Hoyt

Field Summary
static int ERROR_FILE_NOT_FOUND
           
static int ERROR_INVALID_FUNCTION
           
static int ERROR_PATH_NOT_FOUND
           
static int NO_ERROR
           
 

Field Detail

NO_ERROR

static final int NO_ERROR
See Also:
Constant Field Values

ERROR_INVALID_FUNCTION

static final int ERROR_INVALID_FUNCTION
See Also:
Constant Field Values

ERROR_FILE_NOT_FOUND

static final int ERROR_FILE_NOT_FOUND
See Also:
Constant Field Values

ERROR_PATH_NOT_FOUND

static final int ERROR_PATH_NOT_FOUND
See Also:
Constant Field Values


Copyright © 2012-2013. All Rights Reserved.