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

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

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

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

Methods in com.sun.jna.platform.win32 that return WinNT.HRESULT
 WinNT.HRESULT Ole32.CoCreateGuid(Guid.GUID.ByReference pguid)
          Creates a GUID, a unique 128-bit integer used for CLSIDs and interface identifiers.
 WinNT.HRESULT Ole32.CoCreateInstance(Guid.GUID rclsid, com.sun.jna.Pointer pUnkOuter, int dwClsContext, Guid.GUID riid, com.sun.jna.ptr.PointerByReference ppv)
          Creates a single uninitialized object of the class associated with a specified CLSID.
 WinNT.HRESULT Ole32.CoInitializeEx(com.sun.jna.Pointer reserved, int dwCoInit)
          Initializes the COM library for use by the calling thread, sets the thread's concurrency model, and creates a new apartment for the thread if one is required.
 WinNT.HRESULT Win32Exception.getHR()
          Returns the error code of the error.
static WinNT.HRESULT W32Errors.HRESULT_FROM_WIN32(int x)
           
 WinNT.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).
 WinNT.HRESULT Shell32.SHGetDesktopFolder(com.sun.jna.ptr.PointerByReference ppshf)
          Retrieves the IShellFolder interface for the desktop folder, which is the root of the Shell's namespace.
 WinNT.HRESULT Shell32.SHGetFolderPath(WinDef.HWND hwndOwner, int nFolder, WinNT.HANDLE hToken, WinDef.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 WinNT.HRESULT
static java.lang.String Kernel32Util.formatMessageFromHR(WinNT.HRESULT code)
          Format a message from an HRESULT.
 

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