|
JNA API> 4.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.platform.win32.OleAutoUtil
public abstract class OleAutoUtil
The Class OleAut32Util.
Constructor Summary | |
---|---|
OleAutoUtil()
|
Method Summary | |
---|---|
static OaIdl.SAFEARRAY |
createVarArray(int size)
Creates a new the variant array. |
static Variant.VARIANT |
SafeArrayGetElement(OaIdl.SAFEARRAY array,
long index)
Safe array get element. |
static void |
SafeArrayPutElement(OaIdl.SAFEARRAY array,
long index,
Variant.VARIANT arg)
Safe array put element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OleAutoUtil()
Method Detail |
---|
public static OaIdl.SAFEARRAY createVarArray(int size)
size
- the size
public static void SafeArrayPutElement(OaIdl.SAFEARRAY array, long index, Variant.VARIANT arg)
array
- the arrayindex
- the indexarg
- the argpublic static Variant.VARIANT SafeArrayGetElement(OaIdl.SAFEARRAY array, long index)
array
- the arrayindex
- the index
|
JNA API> 4.0.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |