Share

Application.GetInterfaceObject Method

Parent Object: Application

Description

Constructs and returns the IUnknown object for the specified ProgID or CLSID.

Syntax

Application.GetInterfaceObject( ProgIDorCLSID As String ) As Unknown

Parameters

Name Type Description
ProgIDorCLSID String The class ID (CLSID) or ProgID of the required IUknown object.

Version

Introduced in version 8

Was this information helpful?