LMNetSnk.FindConnection Method

Syntax

Object.FindConnection (ID As Long) As LMNetSnkConnection

Remarks

Gets the object of the connection at the specified ID in the list of available connections to the server.

If the method succeeds, the user should release the returned object by setting the object to Nothing.

Use the LMNetSnk.LastConnection Property to determine last connection in the list of available connections to the server. Use the LMNetSnk.ConnectionCount Property to determine the number of live connections to the server. Use the LMNetSnkConnection.NextConnection Property to get the next connection object from the list of available connections to the server. Use the LMNetSnkConnection.PrevConnection Property to get the previous connection object from the list of available connections to the server.

See Also

Functions:

LMNetSnk.ConnectionCount Property, LMNetSnk.FirstConnection Property, LMNetSnk.LastConnection Property

Topics:

Multimedia Properties, Methods and Events, Video Streaming Module Properties, Methods and Events, DVD Module Properties, Methods and Events