Package | Description |
---|---|
org.bridj.cpp.com |
BridJ COM support (Windows-only, working but under-tested).
|
Modifier and Type | Method and Description |
---|---|
OLEAutomationLibrary.METHODDATA |
OLEAutomationLibrary.METHODDATA.cArgs(int cArgs)
Number of parameters in the method
C type : UINT |
OLEAutomationLibrary.METHODDATA |
OLEAutomationLibrary.METHODDATA.cc(ValuedEnum<OLEAutomationLibrary.CALLCONV> cc)
Calling convention of the method
C type : CALLCONV |
OLEAutomationLibrary.METHODDATA |
OLEAutomationLibrary.METHODDATA.dispid(long dispid)
Id of the method
C type : DISPID |
OLEAutomationLibrary.METHODDATA |
OLEAutomationLibrary.METHODDATA.iMeth(int iMeth)
Vtable index of the method
C type : UINT |
OLEAutomationLibrary.METHODDATA |
OLEAutomationLibrary.METHODDATA.ppdata(Pointer<OLEAutomationLibrary.PARAMDATA> ppdata)
Parameters of the method
C type : PARAMDATA* |
OLEAutomationLibrary.METHODDATA |
OLEAutomationLibrary.METHODDATA.szName(Pointer<Character> szName)
Name of method
C type : OLECHAR* |
OLEAutomationLibrary.METHODDATA |
OLEAutomationLibrary.METHODDATA.vtReturn(short vtReturn)
Type of the return value
C type : VARTYPE |
OLEAutomationLibrary.METHODDATA |
OLEAutomationLibrary.METHODDATA.wFlags(short wFlags) |
Modifier and Type | Method and Description |
---|---|
Pointer<OLEAutomationLibrary.METHODDATA> |
OLEAutomationLibrary.INTERFACEDATA.pmethdata_$eq(Pointer<OLEAutomationLibrary.METHODDATA> pmethdata) |
Pointer<OLEAutomationLibrary.METHODDATA> |
OLEAutomationLibrary.INTERFACEDATA.pmethdata()
Methods of the object
C type : METHODDATA* |
Modifier and Type | Method and Description |
---|---|
Pointer<OLEAutomationLibrary.METHODDATA> |
OLEAutomationLibrary.INTERFACEDATA.pmethdata_$eq(Pointer<OLEAutomationLibrary.METHODDATA> pmethdata) |
OLEAutomationLibrary.INTERFACEDATA |
OLEAutomationLibrary.INTERFACEDATA.pmethdata(Pointer<OLEAutomationLibrary.METHODDATA> pmethdata)
Methods of the object
C type : METHODDATA* |
Copyright © 2009-2020. All Rights Reserved.