public static class OLEAutomationLibrary.PARAMDATA extends StructObject
Constructor and Description |
---|
PARAMDATA() |
Modifier and Type | Method and Description |
---|---|
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 |
offsetOfField, toString
clone, equals
public PARAMDATA()
public OLEAutomationLibrary.PARAMDATA szName(Pointer<Character> szName)
public final Pointer<Character> szName_$eq(Pointer<Character> szName)
public short vt()
public OLEAutomationLibrary.PARAMDATA vt(short vt)
public final short vt_$eq(short vt)
Copyright © 2009-2020. All Rights Reserved.