|
JNA API> 3.4.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.jna.platform.win32.Kernel32Util
public abstract class Kernel32Util
Kernel32 utility API.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.sun.jna.platform.win32.WinDef |
|---|
WinDef.DWORD, WinDef.DWORDLONG, WinDef.HBITMAP, WinDef.HCURSOR, WinDef.HDC, WinDef.HFONT, WinDef.HICON, WinDef.HINSTANCE, WinDef.HMENU, WinDef.HMODULE, WinDef.HPALETTE, WinDef.HPEN, WinDef.HRGN, WinDef.HRSRC, WinDef.HWND, WinDef.LONG, WinDef.LPARAM, WinDef.LRESULT, WinDef.RECT, WinDef.UINT_PTR, WinDef.ULONGLONG, WinDef.WORD, WinDef.WPARAM |
| Nested classes/interfaces inherited from interface com.sun.jna.win32.StdCallLibrary |
|---|
StdCallLibrary.StdCallCallback |
| Nested classes/interfaces inherited from interface com.sun.jna.Library |
|---|
Library.Handler |
| Field Summary |
|---|
| Fields inherited from interface com.sun.jna.platform.win32.WinDef |
|---|
MAX_PATH |
| Fields inherited from interface com.sun.jna.win32.StdCallLibrary |
|---|
FUNCTION_MAPPER, STDCALL_CONVENTION |
| Fields inherited from interface com.sun.jna.Library |
|---|
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER |
| Constructor Summary | |
|---|---|
Kernel32Util()
|
|
| Method Summary | |
|---|---|
static void |
deleteFile(String filename)
|
static String |
formatMessageFromHR(WinNT.HRESULT code)
Format a message from an HRESULT. |
static String |
formatMessageFromLastErrorCode(int code)
Format a system message from an error code. |
static String |
getComputerName()
Get current computer NetBIOS name. |
static int |
getDriveType(String rootName)
|
static int |
getFileAttributes(String fileName)
Retrieves file system attributes for a specified file or directory. |
static int |
getFileType(String fileName)
Retrieves the result of GetFileType, provided the file exists. |
static String[] |
getLogicalDriveStrings()
Returns valid drives in the system. |
static String |
getTempPath()
Return the path designated for temporary files. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Kernel32Util()
| Method Detail |
|---|
public static String getComputerName()
public static String formatMessageFromHR(WinNT.HRESULT code)
code - HRESULT
public static String formatMessageFromLastErrorCode(int code)
code - Error code, typically a result of GetLastError.
public static String getTempPath()
public static void deleteFile(String filename)
public static String[] getLogicalDriveStrings()
public static int getFileAttributes(String fileName)
fileName - The name of the file or directory.
public static int getFileType(String fileName)
throws FileNotFoundException
FileNotFoundExceptionpublic static int getDriveType(String rootName)
|
JNA API> 3.4.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||