InstrSession.GetObject

Syntax

InstrSession.GetObject( uniqueId)

Return Value

IUnknown

Returns a reference to the object that the string you pass identifies.

Purpose

Returns the ActiveX object attached to the session with the string ID you specify. Call QueryInterface on the object to obtain a specific interface.

Parameters

uniqueId As String

[In] Pass the unique string that identifies the object to obtain.

See Also

Attaching Additional Data to a Session

InstrSession.AttachObject