org.bridj.cpp.com
Class OLEAutomationLibrary.METHODDATA

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

public static class OLEAutomationLibrary.METHODDATA
extends StructObject


Field Summary
 
Fields inherited from class org.bridj.StructObject
io
 
Fields inherited from class org.bridj.NativeObject
peer, typeInfo
 
Constructor Summary
OLEAutomationLibrary.METHODDATA()
           
 
Method Summary
 int cArgs_$eq(int cArgs)
           
 int cArgs()
          Number of parameters in the method
C type : UINT
 OLEAutomationLibrary.METHODDATA cArgs(int cArgs)
          Number of parameters in the method
C type : UINT
 ValuedEnum<OLEAutomationLibrary.CALLCONV> cc_$eq(ValuedEnum<OLEAutomationLibrary.CALLCONV> cc)
           
 ValuedEnum<OLEAutomationLibrary.CALLCONV> cc()
          Calling convention of the method
C type : CALLCONV
 OLEAutomationLibrary.METHODDATA cc(ValuedEnum<OLEAutomationLibrary.CALLCONV> cc)
          Calling convention of the method
C type : CALLCONV
 long dispid_$eq(long dispid)
           
 long dispid()
          Id of the method
C type : DISPID
 OLEAutomationLibrary.METHODDATA dispid(long dispid)
          Id of the method
C type : DISPID
 int iMeth_$eq(int iMeth)
           
 int iMeth()
          Vtable index of the method
C type : UINT
 OLEAutomationLibrary.METHODDATA iMeth(int iMeth)
          Vtable index of the method
C type : UINT
 Pointer<OLEAutomationLibrary.PARAMDATA> ppdata_$eq(Pointer<OLEAutomationLibrary.PARAMDATA> ppdata)
           
 Pointer<OLEAutomationLibrary.PARAMDATA> ppdata()
          Parameters of the method
C type : PARAMDATA*
 OLEAutomationLibrary.METHODDATA ppdata(Pointer<OLEAutomationLibrary.PARAMDATA> ppdata)
          Parameters of the method
C type : PARAMDATA*
 Pointer<Character> szName_$eq(Pointer<Character> szName)
           
 Pointer<Character> szName()
          Name of method
C type : OLECHAR*
 OLEAutomationLibrary.METHODDATA szName(Pointer<Character> szName)
          Name of method
C type : OLECHAR*
 short vtReturn_$eq(short vtReturn)
           
 short vtReturn()
          Type of the return value
C type : VARTYPE
 OLEAutomationLibrary.METHODDATA vtReturn(short vtReturn)
          Type of the return value
C type : VARTYPE
 short wFlags_$eq(short wFlags)
           
 short wFlags()
           
 OLEAutomationLibrary.METHODDATA wFlags(short wFlags)
           
 
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.METHODDATA

public OLEAutomationLibrary.METHODDATA()
Method Detail

szName

public Pointer<Character> szName()
Name of method
C type : OLECHAR*


szName

public OLEAutomationLibrary.METHODDATA szName(Pointer<Character> szName)
Name of method
C type : OLECHAR*


szName_$eq

public final Pointer<Character> szName_$eq(Pointer<Character> szName)

ppdata

public Pointer<OLEAutomationLibrary.PARAMDATA> ppdata()
Parameters of the method
C type : PARAMDATA*


ppdata

public OLEAutomationLibrary.METHODDATA ppdata(Pointer<OLEAutomationLibrary.PARAMDATA> ppdata)
Parameters of the method
C type : PARAMDATA*


ppdata_$eq

public final Pointer<OLEAutomationLibrary.PARAMDATA> ppdata_$eq(Pointer<OLEAutomationLibrary.PARAMDATA> ppdata)

dispid

public long dispid()
Id of the method
C type : DISPID


dispid

public OLEAutomationLibrary.METHODDATA dispid(long dispid)
Id of the method
C type : DISPID


dispid_$eq

public final long dispid_$eq(long dispid)

iMeth

public int iMeth()
Vtable index of the method
C type : UINT


iMeth

public OLEAutomationLibrary.METHODDATA iMeth(int iMeth)
Vtable index of the method
C type : UINT


iMeth_$eq

public final int iMeth_$eq(int iMeth)

cc

public ValuedEnum<OLEAutomationLibrary.CALLCONV> cc()
Calling convention of the method
C type : CALLCONV


cc

public OLEAutomationLibrary.METHODDATA cc(ValuedEnum<OLEAutomationLibrary.CALLCONV> cc)
Calling convention of the method
C type : CALLCONV


cc_$eq

public final ValuedEnum<OLEAutomationLibrary.CALLCONV> cc_$eq(ValuedEnum<OLEAutomationLibrary.CALLCONV> cc)

cArgs

public int cArgs()
Number of parameters in the method
C type : UINT


cArgs

public OLEAutomationLibrary.METHODDATA cArgs(int cArgs)
Number of parameters in the method
C type : UINT


cArgs_$eq

public final int cArgs_$eq(int cArgs)

wFlags

public short wFlags()

wFlags

public OLEAutomationLibrary.METHODDATA wFlags(short wFlags)

wFlags_$eq

public final short wFlags_$eq(short wFlags)

vtReturn

public short vtReturn()
Type of the return value
C type : VARTYPE


vtReturn

public OLEAutomationLibrary.METHODDATA vtReturn(short vtReturn)
Type of the return value
C type : VARTYPE


vtReturn_$eq

public final short vtReturn_$eq(short vtReturn)


Copyright © 2009-2012. All Rights Reserved.