public static class OLEAutomationLibrary.METHODDATA extends StructObject
Constructor and Description |
---|
METHODDATA() |
Modifier and Type | Method and Description |
---|---|
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) |
offsetOfField, toString
clone, equals
public METHODDATA()
public OLEAutomationLibrary.METHODDATA szName(Pointer<Character> szName)
public final Pointer<Character> szName_$eq(Pointer<Character> szName)
public Pointer<OLEAutomationLibrary.PARAMDATA> ppdata()
public OLEAutomationLibrary.METHODDATA ppdata(Pointer<OLEAutomationLibrary.PARAMDATA> ppdata)
public final Pointer<OLEAutomationLibrary.PARAMDATA> ppdata_$eq(Pointer<OLEAutomationLibrary.PARAMDATA> ppdata)
public long dispid()
public OLEAutomationLibrary.METHODDATA dispid(long dispid)
public final long dispid_$eq(long dispid)
public int iMeth()
public OLEAutomationLibrary.METHODDATA iMeth(int iMeth)
public final int iMeth_$eq(int iMeth)
public ValuedEnum<OLEAutomationLibrary.CALLCONV> cc()
public OLEAutomationLibrary.METHODDATA cc(ValuedEnum<OLEAutomationLibrary.CALLCONV> cc)
public final ValuedEnum<OLEAutomationLibrary.CALLCONV> cc_$eq(ValuedEnum<OLEAutomationLibrary.CALLCONV> cc)
public int cArgs()
public OLEAutomationLibrary.METHODDATA cArgs(int cArgs)
public final int cArgs_$eq(int cArgs)
public short wFlags()
public OLEAutomationLibrary.METHODDATA wFlags(short wFlags)
public final short wFlags_$eq(short wFlags)
public short vtReturn()
public OLEAutomationLibrary.METHODDATA vtReturn(short vtReturn)
public final short vtReturn_$eq(short vtReturn)
Copyright © 2009-2020. All Rights Reserved.