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

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

There is a newer version: 1.50.0
Show newest version
    /**
     * ${helpstring}
     * Virtual table id: ${vtableid}
      * Member id: ${memberid}
     */
    public ${returntype} ${methodname}() {
        return (${returntype})this._invokeNativeObject(${functionCount}, new Object[] { this.getPointer() }, ${returntype}.class);
    }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy