JNA API 4.1.0
com.sun.jna.platform.win32.COM

Class COMUtils



  • public abstract class COMUtils
    extends java.lang.Object
    The Class COMUtils.
    Author:
    wolf.tobias@gmx.net The Class COMUtils.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  COMUtils.COMInfo
      The Class COMInfo.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int S_OK
      The Constant CO_E_NOTINITIALIZED.
    • Constructor Summary

      Constructors 
      Constructor and Description
      COMUtils() 
    • Constructor Detail

      • COMUtils

        public COMUtils()
    • Method Detail

      • SUCCEEDED

        public static boolean SUCCEEDED(WinNT.HRESULT hr)
        Succeeded.
        Parameters:
        hr - the hr
        Returns:
        true, if successful
      • SUCCEEDED

        public static boolean SUCCEEDED(int hr)
        Succeeded.
        Parameters:
        hr - the hr
        Returns:
        true, if successful
      • FAILED

        public static boolean FAILED(WinNT.HRESULT hr)
        Failed.
        Parameters:
        hr - the hr
        Returns:
        true, if successful
      • FAILED

        public static boolean FAILED(int hr)
        Failed.
        Parameters:
        hr - the hr
        Returns:
        true, if successful
      • checkRC

        public static void checkRC(WinNT.HRESULT hr)
        Throw new exception.
        Parameters:
        hr - the hr
      • getAllCOMInfoOnSystem

        public static java.util.ArrayList<COMUtils.COMInfo> getAllCOMInfoOnSystem()
        Gets the all com info on system.
        Returns:
        the all com info on system
JNA API 4.1.0

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.