Additional Information
Name |
Value |
Description |
MEXT_COM |
3 |
Native
Call the method using the COM interface.
|
MEXT_OLEAUTOMATION |
5 |
OLE Automation
Call the method using the OLE Automation interface. This calling convention is obsolete.
|
MEXT_ACTIVEXSCRIPTING |
7 |
ActiveX Scripting
Call the method using the ActiveX Script stored in
methscript . This calling convention is obsolete. |
MEXT_DOTNET |
8 |
.NET
Call the method using the Microsoft.NET interface. This calling convention is obsolete.
|
MEXT_JAVA |
9 |
Java
Call the method using the Java interface.
|
MEXT_EXPR |
10 |
Kernel Expression
Call the method using the expression stored in
methscript . |