|
|
|
|
Testimonial:
|
|
| As an educator juggling multiple duties, I am constantly looking for tools that make network management faster and more efficient. Our school district runs a mixed platform network, and User Management gave me the flexibility I needed to create users with the Active Directory attributes we required to allow staff and students access to their accounts from either Windows 2000/XP or Macintosh OS X environments. ... | | read more... |
|
|
|
|
Umra.GetConnectionInfo
long GetConnectionInfo(
[out] VARIANT * ServerName, [out] unsigned long * RpcPortNumber, [out] unsigned long * RpcHandle)
Argument
|
Type
|
Description
|
ServerName
|
out
|
The name of computer (host) to which the COM object is connected.
|
RpcPortNumber
|
out
|
The port number used on the connected host.
|
RpcHandle
|
out
|
An internal identifier used by the COM object to communicate with the UMRA Service.
|
The interface method retrieves connection information from the UMRA COM object. The name of the host, port number and an internal identifier is retrieved. On success, the return value is zero. If the COM object is not connected to an UMRA Service, the method returns a non zero value.
| |