Uses of Class
com.sun.jna.platform.win32.W32API.HRESULT

Packages that use W32API.HRESULT
com.sun.jna.platform.win32   
 

Uses of W32API.HRESULT in com.sun.jna.platform.win32
 

Fields in com.sun.jna.platform.win32 declared as W32API.HRESULT
static W32API.HRESULT W32Errors.S_FALSE
           
static W32API.HRESULT W32Errors.S_OK
           
 

Methods in com.sun.jna.platform.win32 that return W32API.HRESULT
 W32API.HRESULT Ole32.CoCreateGuid(Guid.GUID.ByReference pguid)
          Creates a GUID, a unique 128-bit integer used for CLSIDs and interface identifiers.
 W32API.HRESULT Win32Exception.getHR()
          Returns the error code of the error.
static W32API.HRESULT W32Errors.HRESULT_FROM_WIN32(int x)
           
 W32API.HRESULT Ole32.IIDFromString(java.lang.String lpsz, Guid.GUID.ByReference lpiid)
          Converts a string generated by the StringFromIID function back into the original interface identifier (IID).
 W32API.HRESULT Shell32.SHGetFolderPath(W32API.HWND hwndOwner, int nFolder, W32API.HANDLE hToken, W32API.DWORD dwFlags, char[] pszPath)
          Takes the CSIDL of a folder and returns the path.
 

Methods in com.sun.jna.platform.win32 with parameters of type W32API.HRESULT
static java.lang.String Kernel32Util.formatMessageFromHR(W32API.HRESULT code)
          Format a message from an HRESULT.
 

Constructors in com.sun.jna.platform.win32 with parameters of type W32API.HRESULT
Win32Exception(W32API.HRESULT hr)
          New Win32 exception from HRESULT.