Skip navigation links
JNA API 5.8.0
com.sun.jna.platform.win32.COM

Class COMLateBindingObject

    • Constructor Detail

      • COMLateBindingObject

        public COMLateBindingObject(IDispatch iDispatch)
        Instantiates a new cOM object.
        Parameters:
        iDispatch - the i dispatch
      • COMLateBindingObject

        public COMLateBindingObject(Guid.CLSID clsid,
                                    boolean useActiveInstance)
        Instantiates a new cOM object.
        Parameters:
        clsid - the clsid
        useActiveInstance - the use active instance
      • COMLateBindingObject

        public COMLateBindingObject(java.lang.String progId,
                                    boolean useActiveInstance)
                             throws COMException
        Instantiates a new cOM object.
        Parameters:
        progId - the prog id
        useActiveInstance - the use active instance
        Throws:
        COMException - the automation exception
JNA API 5.8.0

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