org.bridj.cpp.com
Class OLEAutomationLibrary.PARAMDATA

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

public static class OLEAutomationLibrary.PARAMDATA
extends StructObject


Field Summary
 
Fields inherited from class org.bridj.StructObject
io
 
Fields inherited from class org.bridj.NativeObject
peer, typeInfo
 
Constructor Summary
OLEAutomationLibrary.PARAMDATA()
           
 
Method Summary
 Pointer<Character> szName_$eq(Pointer<Character> szName)
           
 Pointer<Character> szName()
          Name of Parameter
C type : OLECHAR*
 OLEAutomationLibrary.PARAMDATA szName(Pointer<Character> szName)
          Name of Parameter
C type : OLECHAR*
 short vt_$eq(short vt)
           
 short vt()
          Type of Parameter
C type : VARTYPE
 OLEAutomationLibrary.PARAMDATA vt(short vt)
          Type of Parameter
C type : VARTYPE
 
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.PARAMDATA

public OLEAutomationLibrary.PARAMDATA()
Method Detail

szName

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


szName

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


szName_$eq

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

vt

public short vt()
Type of Parameter
C type : VARTYPE


vt

public OLEAutomationLibrary.PARAMDATA vt(short vt)
Type of Parameter
C type : VARTYPE


vt_$eq

public final short vt_$eq(short vt)


Copyright © 2009-2012. All Rights Reserved.