Search in sources :

Example 1 with TlbDispInterface

use of com.sun.jna.platform.win32.COM.tlb.imp.TlbDispInterface in project jna by java-native-access.

the class TlbImp method createCOMDispInterface.

/**
     * Creates the com dispatch.
     * 
     * @param index
     *            the index
     * @param typeLibUtil
     *            the type lib util
     * @return the string buffer
     */
private void createCOMDispInterface(int index, String packagename, TypeLibUtil typeLibUtil) throws IOException {
    TlbDispInterface tlbDispatch = new TlbDispInterface(index, packagename, typeLibUtil);
    this.writeTlbClass(tlbDispatch);
}
Also used : TlbDispInterface(com.sun.jna.platform.win32.COM.tlb.imp.TlbDispInterface)

Aggregations

TlbDispInterface (com.sun.jna.platform.win32.COM.tlb.imp.TlbDispInterface)1