Programmer Guide/Shell Items/DCOM/NEW DCOM: Difference between revisions

From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import)
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
==NEW DCOM==
NEW DCOM <var>name</var>|<var>* dcomObjectName</var> [ /G ]
 
<code>NEW DCOM <var>name</var>|<var>* dcomObjectName</var> [ /G ]</code>


Create a new <code>DCOM</code> shell item. The <code>DCOM</code> shell item connects to an existing DCOM object in the system.
Create a new <code>DCOM</code> shell item. The <code>DCOM</code> shell item connects to an existing DCOM object in the system.
 
{|
;<var>name</var>
|-
 
| <var>name</var>
:The name of the object instance
| The name of the object instance
 
|-
;<var>dcomObjectName</var>
| <var>dcomObjectName</var>
 
| The name of the DCOM object. Please see the documentation of the particular DCOM object you wish to connect to for its name, properties and methods.
:The name of the DCOM object. Please see the documentation of the particular DCOM object you wish to connect to for its name, properties and methods.
|-
 
| <code>/G</code>
;<var>/G</var>
| Garbage collection. If specified, the item is automatically deleted when exiting the macro.
 
|}
:Garbage collection. If specified, the item is automatically deleted when exiting the macro.


The DCOM object name for the R (D)COM Server (V 1.35) is <code>StatConnectorSrv.StatConnector</code>.
The DCOM object name for the R (D)COM Server (V 1.35) is <code>StatConnectorSrv.StatConnector</code>.

Revision as of 14:05, 31 October 2012

NEW DCOM name|* dcomObjectName [ /G ]

Create a new DCOM shell item. The DCOM shell item connects to an existing DCOM object in the system.

name The name of the object instance
dcomObjectName The name of the DCOM object. Please see the documentation of the particular DCOM object you wish to connect to for its name, properties and methods.
/G Garbage collection. If specified, the item is automatically deleted when exiting the macro.

The DCOM object name for the R (D)COM Server (V 1.35) is StatConnectorSrv.StatConnector.

Navigation menu

Personal tools