org.bridj.cpp.com
Class OLEAutomationLibrary.INTERFACEDATA

java.lang.Object
  extended by org.bridj.NativeObject
      extended by org.bridj.StructObject
          extended by org.bridj.cpp.com.OLEAutomationLibrary.INTERFACEDATA
All Implemented Interfaces:
NativeObjectInterface
Enclosing class:
OLEAutomationLibrary

public static class OLEAutomationLibrary.INTERFACEDATA
extends StructObject


Field Summary
 
Fields inherited from class org.bridj.StructObject
io
 
Fields inherited from class org.bridj.NativeObject
peer, typeInfo
 
Constructor Summary
OLEAutomationLibrary.INTERFACEDATA()
           
 
Method Summary
 int cMembers_$eq(int cMembers)
           
 int cMembers()
          Number of methods in the object
C type : UINT
 OLEAutomationLibrary.INTERFACEDATA cMembers(int cMembers)
          Number of methods in the object
C type : UINT
 Pointer<OLEAutomationLibrary.METHODDATA> pmethdata_$eq(Pointer<OLEAutomationLibrary.METHODDATA> pmethdata)
           
 Pointer<OLEAutomationLibrary.METHODDATA> pmethdata()
          Methods of the object
C type : METHODDATA*
 OLEAutomationLibrary.INTERFACEDATA pmethdata(Pointer<OLEAutomationLibrary.METHODDATA> pmethdata)
          Methods of the object
C type : METHODDATA*
 
Methods inherited from class org.bridj.StructObject
toString
 
Methods inherited from class org.bridj.NativeObject
clone, equals
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OLEAutomationLibrary.INTERFACEDATA

public OLEAutomationLibrary.INTERFACEDATA()
Method Detail

pmethdata

public Pointer<OLEAutomationLibrary.METHODDATA> pmethdata()
Methods of the object
C type : METHODDATA*


pmethdata

public OLEAutomationLibrary.INTERFACEDATA pmethdata(Pointer<OLEAutomationLibrary.METHODDATA> pmethdata)
Methods of the object
C type : METHODDATA*


pmethdata_$eq

public final Pointer<OLEAutomationLibrary.METHODDATA> pmethdata_$eq(Pointer<OLEAutomationLibrary.METHODDATA> pmethdata)

cMembers

public int cMembers()
Number of methods in the object
C type : UINT


cMembers

public OLEAutomationLibrary.INTERFACEDATA cMembers(int cMembers)
Number of methods in the object
C type : UINT


cMembers_$eq

public final int cMembers_$eq(int cMembers)


Copyright © 2009-2012. All Rights Reserved.