InstrSession.GetObject
- Updated2025-07-21
- 1 minute(s) read
InstrSession.GetObject
Syntax
InstrSession.GetObject( uniqueId)
Return Value
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.