InstrSession.GetLongPtr
- Updated2025-07-21
- 1 minute(s) read
InstrSession.GetLongPtr
Syntax
InstrSession.GetLongPtr( uniqueId)
Return Value
Returns the pointer-sized integer value that the string you pass identifies.
Purpose
Returns the pointer-sized integer value attached to the session with the string ID you specify.
Remarks
The type of the variant returned matches the architecture of the session instance ( VT_I4 for 32-bit instances and VT_I8 for 64-bit instances).
Parameters
uniqueId As String
[In] Pass the unique string that identifies the value to obtain.