Inherits IDispatch.
Properties | |
IApplication | Item ([in] VARIANT name) [get] |
Definition of the IApplications interface which is a collection of IApplication objects.
Use the IApplications interface to get the references of an IApplication object either using the application name or logical application index. With the IApplication, you can only access a specific application. The IApplications class, in contrast, contains methods which influence any application on the device.
Definition at line 73 of file IApplications.idl.
|
get |
This property returns an IApplication object given by application name.
[in] | name | The name (e.g. "Application") of the application used to get the interface. |
[out] | ppApplication | Returns the IApplication interface of the given application. |
mlpiLogicGetNumberOfApplications
and mlpiLogicGetNameOfApplication
.