Application.GetInterfaceObject Method
Parent Object: ApplicationDescription
Constructs and returns the IUnknown object for the specified ProgID or CLSID.
Syntax
Application.GetInterfaceObject( ProgIDorCLSID As String ) As UnknownParameters
Name | Type | Description |
ProgIDorCLSID | String | The class ID (CLSID) or ProgID of the required IUknown object. |