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

Class COMLateBindingObject

  • All Implemented Interfaces:
    NativeMapped


    public class COMLateBindingObject
    extends COMBindingBaseObject
    Helper class to provide basic COM support.
    Author:
    Tobias Wolf, wolf.tobias@gmx.net
    • 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.10.0

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