Umra.GetHostName
long GetHostName([out] VARIANT * HostName)
Argument
|
Type
|
Description
|
HostName
|
Out
|
The name of the host to which the UMRA Service is connected.
|
The interface method retrieves the name of the host to which the UMRA COM object is connected. The name corresponds with specified host of method Connect.
The return value should is zero on success. If the return value is not zero, the COM object is not connected to the UMRA Service and no name is returned.
|