COM_GetObject()

Examples


The COM_GetObject() function retrieves a reference to the instance of an object that exists in the running object table.

Syntax

COM_GetObject(object_type)

Parameters

object_type - A string containing the fully qualified class name of the object to be retrieved.

Return value

A COM object reference of the type specified. If the reference can’t be retrieved, the value null is returned.


Documentation Feedback