|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDual2
IDL: [ helpstring("IDual2 Interface"), dual, oleautomation, dispatchable ] interface
| Nested Class Summary | |
|---|---|
static class |
IDual2.Disp
Implementation, COM to Java. |
static class |
IDual2.Jni
Implementation, Java to COM. |
| Field Summary | |
|---|---|
static GUID |
IID
IDL: [uuid(BFD473AA-6E74-4C40-A6C7-9B9718245C23)] |
static Class |
TYPELIB
|
| Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Method Summary | |
|---|---|
void |
EnumIUnknown(int eVal,
IUnknown[] pVal)
IDL: [ helpstring("") ] |
void |
FireEvent()
IDL: [ helpstring("method FireEvent") ] |
void |
FireEventsWithBoolRefDateRef(boolean[] aBoolRef,
Date[] aDateRef)
IDL: [ helpstring("method FireEventsWithBoolRefDateRef") ] |
void |
FireEventWithArrayOfByte(short[] aByteArray)
IDL: [ helpstring("method FireEventWithArrayOfByte") ] |
void |
FireEventWithBoolArrayDateArray(boolean[] aBoolArray,
Date[] aDateArray)
IDL: [ helpstring("method FireEventWithBoolArrayDateArray") ] |
void |
FireEventWithBoolBstrDouble(boolean aBool,
String aBstr,
double aDouble)
IDL: [ helpstring("method FireEventWithBoolBstrDouble") ] |
void |
FireEventWithBstrExtraDual(String aBstr,
IExtraDual aExtraDual)
IDL: [ helpstring("method FireEventWithBstrExtraDual") ] |
void |
FireEventWithByteChar(short aByte,
byte aChar)
IDL: [ helpstring("method FireEventWithByteChar") ] |
void |
FireEventWithByteUshortRefs(short[] aByteRef,
char[] aShortRef)
IDL: [ helpstring("method FireEventWithByteUshortRefs") ] |
void |
FireEventWithCyBstrRefs(long[] aCyRef,
String[] aBstrRef)
IDL: [ helpstring("method FireEventWithCyBstrRefs") ] |
void |
FireEventWithCyDate(long aCy,
Date aDate)
IDL: [ helpstring("method FireEventWithCyDate") ] |
void |
FireEventWithExtraDualRef(IExtraDual[] aExtraDualRef)
IDL: [ helpstring("method FireEventWithExtraDualRef") ] |
void |
FireEventWithFloatArrayDoubleArrayCyArrayBstrArray(float[] aFloatArray,
double[] aDoubleArray,
long[] aCyArray,
String[] aBstrArray)
IDL: [ helpstring("method FireEventWithFloatArrayDoubleArrayCyArrayBstrArray") ] |
void |
FireEventWithFloatDoubleRefs(float[] aFloatRef,
double[] aDoubleRef)
IDL: [ helpstring("method FireEventWithFloatDoubleRefs") ] |
void |
FireEventWithFloatShort(float aFloat,
short aShort)
IDL: [ helpstring("method FireEventWithFloatShort") ] |
void |
FireEventWithIntCharRefs(int[] aIntRef,
byte[] aCharRef)
IDL: [ helpstring("method FireEventWithIntCharRefs") ] |
void |
FireEventWithLong(int aLong)
IDL: [ helpstring("method FireEventWithLong") ] |
void |
FireEventWithLongLong(int aLong,
int aSecondLong)
IDL: [ helpstring("method FireEventWithLongLong") ] |
void |
FireEventWithScode(int aScode)
IDL: [ helpstring("method FireEventWithScodeDecimal") ] |
void |
FireEventWithScodeRef(int[] aScodeRef)
IDL: [ helpstring("method FireEventWithScodeRef") ] |
void |
FireEventWithShortLongRefs(short[] aShortRef,
int[] aLongRef)
IDL: [ helpstring("method FireEventWithShortLongRefs") ] |
void |
FireEventWithUintArrayIntArrayCharArrayShortArrayLongArray(long[] aUintArray,
int[] aIntArray,
byte[] aCharArray,
short[] aShortArray,
int[] aLongArray)
IDL: [ helpstring("method FireEventWithUintArrayIntArrayCharArrayShortArrayLongArray") ] |
void |
FireEventWithUintInt(long aUint,
int aInt)
IDL: [ helpstring("method FireEventWithUintInt") ] |
void |
FireEventWithUlongArray(long[] aUlongArray)
IDL: [ helpstring("method FireEventWithUlongArray") ] |
void |
FireEventWithUlongUintRefs(long[] aUlongRef,
long[] aUintRef)
IDL: [ helpstring("method FireEventWithUlongUintRefs") ] |
void |
FireEventWithUshortArray(char[] aUshortArray)
IDL: [ helpstring("method FireEventWithUshortArray") ] |
void |
FireEventWithUshortUlong(char aUshort,
long aUlong)
IDL: [ helpstring("method FireEventWithUshortUlong") ] |
void |
FireEventWithVariantArray(Object[] aVariantArray)
IDL: [ helpstring("method FireEventWithVariantArray") ] |
void |
FireEventWithVariantRef(Object[] aVariantRef)
IDL: [ helpstring("method FireEventWithVariantVariantRef") ] |
int |
getPropLONG()
IDL: [ helpstring("property PropLONG") ] |
void |
LONGAsOut(int[] pVal)
IDL: [ helpstring("method LONGAsOut") ] |
void |
setPropLONG(int pVal)
IDL: [ helpstring("property PropLONG") ] |
| Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown |
|---|
QueryInterface, QueryInterface, Release |
| Field Detail |
|---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(BFD473AA-6E74-4C40-A6C7-9B9718245C23)]
| Method Detail |
|---|
int getPropLONG()
IDL: [ helpstring("property PropLONG") ]
IDL: [out] [retval] LONG*void setPropLONG(int pVal)
IDL: [ helpstring("property PropLONG") ]
pVal - IDL: [in] LONGvoid LONGAsOut(int[] pVal)
IDL: [ helpstring("method LONGAsOut") ]
pVal - IDL: [out] LONG*void FireEvent()
IDL: [ helpstring("method FireEvent") ]
void FireEventWithLong(int aLong)
IDL: [ helpstring("method FireEventWithLong") ]
aLong - IDL: [in] LONG
void FireEventWithLongLong(int aLong,
int aSecondLong)
IDL: [ helpstring("method FireEventWithLongLong") ]
aLong - IDL: [in] LONGaSecondLong - IDL: [in] LONG
void FireEventWithBoolBstrDouble(boolean aBool,
String aBstr,
double aDouble)
IDL: [ helpstring("method FireEventWithBoolBstrDouble") ]
aBool - IDL: [in] VARIANT_BOOLaBstr - IDL: [in] BSTRaDouble - IDL: [in] DOUBLE
void FireEventWithBstrExtraDual(String aBstr,
IExtraDual aExtraDual)
IDL: [ helpstring("method FireEventWithBstrExtraDual") ]
aBstr - IDL: [in] BSTRaExtraDual - IDL: [in] IExtraDual*
void FireEventWithByteChar(short aByte,
byte aChar)
IDL: [ helpstring("method FireEventWithByteChar") ]
aByte - IDL: [in] BYTEaChar - IDL: [in] CHAR
void FireEventWithCyDate(long aCy,
Date aDate)
IDL: [ helpstring("method FireEventWithCyDate") ]
aCy - IDL: [in] CYaDate - IDL: [in] DATE
void FireEventWithFloatShort(float aFloat,
short aShort)
IDL: [ helpstring("method FireEventWithFloatShort") ]
aFloat - IDL: [in] FLOATaShort - IDL: [in] SHORT
void FireEventWithUshortUlong(char aUshort,
long aUlong)
IDL: [ helpstring("method FireEventWithUshortUlong") ]
aUshort - IDL: [in] USHORTaUlong - IDL: [in] ULONG
void FireEventWithUintInt(long aUint,
int aInt)
IDL: [ helpstring("method FireEventWithUintInt") ]
aUint - IDL: [in] UINTaInt - IDL: [in] INTvoid FireEventWithScode(int aScode)
IDL: [ helpstring("method FireEventWithScodeDecimal") ]
aScode - IDL: [in] SCODEvoid FireEventWithVariantRef(Object[] aVariantRef)
IDL: [ helpstring("method FireEventWithVariantVariantRef") ]
aVariantRef - IDL: [in] VARIANT*
void FireEventWithByteUshortRefs(short[] aByteRef,
char[] aShortRef)
IDL: [ helpstring("method FireEventWithByteUshortRefs") ]
aByteRef - IDL: [in] BYTE*aShortRef - IDL: [in] USHORT*
void FireEventWithUlongUintRefs(long[] aUlongRef,
long[] aUintRef)
IDL: [ helpstring("method FireEventWithUlongUintRefs") ]
aUlongRef - IDL: [in] ULONG*aUintRef - IDL: [in] UINT*
void FireEventWithIntCharRefs(int[] aIntRef,
byte[] aCharRef)
IDL: [ helpstring("method FireEventWithIntCharRefs") ]
aIntRef - IDL: [in] INT*aCharRef - IDL: [in] CHAR*
void FireEventWithShortLongRefs(short[] aShortRef,
int[] aLongRef)
IDL: [ helpstring("method FireEventWithShortLongRefs") ]
aShortRef - IDL: [in] SHORT*aLongRef - IDL: [in] LONG*
void FireEventWithFloatDoubleRefs(float[] aFloatRef,
double[] aDoubleRef)
IDL: [ helpstring("method FireEventWithFloatDoubleRefs") ]
aFloatRef - IDL: [in] FLOAT*aDoubleRef - IDL: [in] DOUBLE*
void FireEventWithCyBstrRefs(long[] aCyRef,
String[] aBstrRef)
IDL: [ helpstring("method FireEventWithCyBstrRefs") ]
aCyRef - IDL: [in] CY*aBstrRef - IDL: [in] BSTR*
void FireEventsWithBoolRefDateRef(boolean[] aBoolRef,
Date[] aDateRef)
IDL: [ helpstring("method FireEventsWithBoolRefDateRef") ]
aBoolRef - IDL: [in] VARIANT_BOOL*aDateRef - IDL: [in] DATE*void FireEventWithScodeRef(int[] aScodeRef)
IDL: [ helpstring("method FireEventWithScodeRef") ]
aScodeRef - IDL: [in] SCODE*void FireEventWithArrayOfByte(short[] aByteArray)
IDL: [ helpstring("method FireEventWithArrayOfByte") ]
aByteArray - IDL: [in] SAFEARRAY(BYTE)void FireEventWithExtraDualRef(IExtraDual[] aExtraDualRef)
IDL: [ helpstring("method FireEventWithExtraDualRef") ]
aExtraDualRef - IDL: [in] IExtraDual**void FireEventWithUshortArray(char[] aUshortArray)
IDL: [ helpstring("method FireEventWithUshortArray") ]
aUshortArray - IDL: [in] SAFEARRAY(USHORT)void FireEventWithUlongArray(long[] aUlongArray)
IDL: [ helpstring("method FireEventWithUlongArray") ]
aUlongArray - IDL: [in] SAFEARRAY(ULONG)
void FireEventWithUintArrayIntArrayCharArrayShortArrayLongArray(long[] aUintArray,
int[] aIntArray,
byte[] aCharArray,
short[] aShortArray,
int[] aLongArray)
IDL: [ helpstring("method FireEventWithUintArrayIntArrayCharArrayShortArrayLongArray") ]
aUintArray - IDL: [in] SAFEARRAY(UINT)aIntArray - IDL: [in] SAFEARRAY(INT)aCharArray - IDL: [in] SAFEARRAY(CHAR)aShortArray - IDL: [in] SAFEARRAY(SHORT)aLongArray - IDL: [in] SAFEARRAY(LONG)
void FireEventWithFloatArrayDoubleArrayCyArrayBstrArray(float[] aFloatArray,
double[] aDoubleArray,
long[] aCyArray,
String[] aBstrArray)
IDL: [ helpstring("method FireEventWithFloatArrayDoubleArrayCyArrayBstrArray") ]
aFloatArray - IDL: [in] SAFEARRAY(FLOAT)aDoubleArray - IDL: [in] SAFEARRAY(DOUBLE)aCyArray - IDL: [in] SAFEARRAY(CY)aBstrArray - IDL: [in] SAFEARRAY(BSTR)
void FireEventWithBoolArrayDateArray(boolean[] aBoolArray,
Date[] aDateArray)
IDL: [ helpstring("method FireEventWithBoolArrayDateArray") ]
aBoolArray - IDL: [in] SAFEARRAY(VARIANT_BOOL)aDateArray - IDL: [in] SAFEARRAY(DATE)void FireEventWithVariantArray(Object[] aVariantArray)
IDL: [ helpstring("method FireEventWithVariantArray") ]
aVariantArray - IDL: [in] SAFEARRAY(VARIANT)
void EnumIUnknown(int eVal,
IUnknown[] pVal)
IDL: [ helpstring("") ]
eVal - IDL: [in] __MIDL___MIDL_itf_ComServer_0000_0001pVal - IDL: [in] [out] IUnknown**
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||