InstrSession.GetLongPtr

Syntax

InstrSession.GetLongPtr( uniqueId)

Return Value

Variant

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.

See Also

Attaching Additional Data to a Session

InstrSession.AttachLongPtr