All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.jna.platform.win32.COM.tlb.imp.TlbFunctionDispId.template Maven / Gradle / Ivy

There is a newer version: 5.14.0
Show newest version
    /**
     * ${helpstring}
     * Virtual table id: ${vtableid}
     * Member id: ${memberid}
     */
    public ${returntype} ${methodname}(${methodparams}) {
        VARIANT.ByReference pResult = new VARIANT.ByReference();
        this.oleMethod(OleAuto.DISPATCH_METHOD, pResult, getIDispatch(), new DISPID(${memberid}), new VARIANT[] {${methodvariables}});
        return ${returnvalue};
    }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy