Programmer Guide/Shell Items/DCOM/NEW DCOM: Difference between revisions
From STX Wiki
< Programmer Guide | Shell Items | DCOM
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
{{DCOM Item}} | |||
NEW DCOM <var>name</var>|<var>* dcomObjectName</var> [ /G ] | NEW DCOM <var>name</var>|<var>* dcomObjectName</var> [ /G ] | ||
Create a new | Create a new [[Programmer_Guide/Shell_Items/DCOM|DCOM shell item]]. The DCOM shell item connects to an existing DCOM object in the system. | ||
{| | {| | ||
|- | |- |
Latest revision as of 07:27, 10 April 2015
DCOM Item | |||
---|---|---|---|
NEW | SET |
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
.