|
||||||||||
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.
Constructor Summary | |
---|---|
Kernel32Util()
|
Method Summary | |
---|---|
static java.lang.String |
formatMessageFromHR(W32API.HRESULT code)
Format a message from an HRESULT. |
static java.lang.String |
formatMessageFromLastErrorCode(int code)
Format a system message from an error code. |
static java.lang.String |
getComputerName()
Get current computer NetBIOS name. |
static java.lang.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 java.lang.String getComputerName()
public static java.lang.String formatMessageFromHR(W32API.HRESULT code)
code
- HRESULT
public static java.lang.String formatMessageFromLastErrorCode(int code)
code
- Error code, typically a result of GetLastError.
public static java.lang.String getTempPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |