Description Returns the Active or Current instance of the supported object coclass.
-
Return Type
-
A Boolean value. A stdole.IUnknown with a reference to the Active or Current instance of the supported object coclass. Failure Returns Nothing. Failure conditions: Implementation dependant. No Current instance exists.
-
Syntax
-
object.ObjectGetActive (sDisplayName, pOverridden, sProgID, ppUnknown)
The ObjectGetActive Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataHandler. | | sDisplayName | Required. A String value. | | pOverridden | Required. An IUnknown object. | | sProgID | Required. A String value. | | ppUnknown | Required. An IUnknown object. |
|