Package | Description |
---|---|
org.eclipse.swt.ole.win32 |
Modifier and Type | Field and Description |
---|---|
Variant[] |
OleEvent.arguments |
static Variant |
Variant.NULL
A shared Variant instance with type VT_NULL.
|
Modifier and Type | Method and Description |
---|---|
Variant |
OleAutomation.getProperty(int dispIdMember)
Returns the value of the property specified by the dispIdMember.
|
Variant |
OleAutomation.getProperty(int dispIdMember,
Variant[] rgvarg)
Returns the value of the property specified by the dispIdMember.
|
Variant |
OleAutomation.getProperty(int dispIdMember,
Variant[] rgvarg,
int[] rgdispidNamedArgs)
Returns the value of the property specified by the dispIdMember.
|
Variant |
OleControlSite.getSiteProperty(int dispId)
Get the control site property specified by the dispIdMember, or
null if the dispId is not recognised. |
Variant |
OleAutomation.invoke(int dispIdMember)
Invokes a method on the OLE Object; the method has no parameters.
|
Variant |
OleAutomation.invoke(int dispIdMember,
Variant[] rgvarg)
Invokes a method on the OLE Object; the method has no optional parameters.
|
Variant |
OleAutomation.invoke(int dispIdMember,
Variant[] rgvarg,
int[] rgdispidNamedArgs)
Invokes a method on the OLE Object; the method has optional parameters.
|
static Variant |
Variant.win32_new(long pVariant)
Invokes platform specific functionality to wrap a variant
that was allocated in operating system memory.
|
Modifier and Type | Method and Description |
---|---|
int |
OleClientSite.exec(int cmdID,
int options,
Variant in,
Variant out)
Asks the OLE Document or ActiveX Control to execute a command from a standard
list of commands.
|
Variant |
OleAutomation.getProperty(int dispIdMember,
Variant[] rgvarg)
Returns the value of the property specified by the dispIdMember.
|
Variant |
OleAutomation.getProperty(int dispIdMember,
Variant[] rgvarg,
int[] rgdispidNamedArgs)
Returns the value of the property specified by the dispIdMember.
|
Variant |
OleAutomation.invoke(int dispIdMember,
Variant[] rgvarg)
Invokes a method on the OLE Object; the method has no optional parameters.
|
Variant |
OleAutomation.invoke(int dispIdMember,
Variant[] rgvarg,
int[] rgdispidNamedArgs)
Invokes a method on the OLE Object; the method has optional parameters.
|
void |
OleAutomation.invokeNoReply(int dispIdMember,
Variant[] rgvarg)
Invokes a method on the OLE Object; the method has no optional parameters.
|
void |
OleAutomation.invokeNoReply(int dispIdMember,
Variant[] rgvarg,
int[] rgdispidNamedArgs)
Invokes a method on the OLE Object; the method has optional parameters.
|
boolean |
OleAutomation.setProperty(int dispIdMember,
Variant rgvarg)
Sets the property specified by the dispIdMember to a new value.
|
boolean |
OleAutomation.setProperty(int dispIdMember,
Variant[] rgvarg)
Sets the property specified by the dispIdMember to a new value.
|
void |
OleControlSite.setSiteProperty(int dispId,
Variant value)
Sets the control site property specified by the dispIdMember to a new value.
|
static void |
Variant.win32_copy(long pVarDest,
Variant varSrc)
Invokes platform specific functionality to copy a variant
into operating system memory.
|
Copyright © 2017. All Rights Reserved.